Week 5 Check Ins #10
Replies: 15 comments 4 replies
-
Jiarui Monday CheckIn:
We can customize the variable 'look_back' to do predictions. |
Beta Was this translation helpful? Give feedback.
-
Continue writing notebooks |
Beta Was this translation helpful? Give feedback.
-
Eli
|
Beta Was this translation helpful? Give feedback.
-
Start date for our datasets:
|
Beta Was this translation helpful? Give feedback.
-
Eli Tuesday
Example project
|
Beta Was this translation helpful? Give feedback.
-
Jiarui Tuesday CheckIn
|
Beta Was this translation helpful? Give feedback.
-
Wednesday check in:
|
Beta Was this translation helpful? Give feedback.
-
Jiarui Wed Checkin:
|
Beta Was this translation helpful? Give feedback.
-
Dask arrays vs NumPy arrayshttps://tutorial.dask.org/02_array.html "In other words, Dask Array implements a subset of the NumPy ndarray interface using blocked algorithms, cutting up the large array into many small arrays. This lets us compute on arrays larger than memory using all of our cores. We coordinate these blocked algorithms using Dask graphs." "By default, Dask Array uses the threaded scheduler in order to avoid data transfer costs" https://docs.dask.org/en/stable/why.html "To avoid excess memory use, Dask is good at finding ways to evaluate computations in a low-memory footprint when possible by pulling in chunks of data from disk, doing the necessary processing, and throwing away intermediate values as quickly as possible. This lets analysts perform computations on moderately large datasets (100GB+) even on relatively low-power laptops." |
Beta Was this translation helpful? Give feedback.
-
Minh's Thursday check-in:
|
Beta Was this translation helpful? Give feedback.
-
Eli Thursday checkin
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@eeholmes Sorry Dr.Eli, the model is still running (probably the epoch is too large for the large dataset). I will keep my computer running during the night and see what's going to happen tomorrow morning. If the model didn't finish running tomorrow morning, I will retrain it and keep the epoch num to 50. |
Beta Was this translation helpful? Give feedback.
-
Hi Jiarui,
It'll be a few more hours before I get to this so we can let it run some
more.
Eli
…On Fri, Jul 14, 2023 at 8:43 AM Jiarui Yu ***@***.***> wrote:
The model is still running. Please shut down the jhub sever and I will
retrain it later with lower epoch num @eeholmes
<https://github.com/eeholmes> .
—
Reply to this email directly, view it on GitHub
<#10 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATNSOQMLD7H35H3YETNWMTXQFSKXANCNFSM6AAAAAA2FFCI6U>
.
You are receiving this because you were mentioned.Message ID:
<UW-Upwelling-Project/Summer-2023/repo-discussions/10/comments/6451106@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Jiarui Friday CheckIn
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions