This commit fixes #191#205
Conversation
|
cc @dhairyagandhi96 for the state of the manifest for this model, I'm not completely up to date on how we're organising the zoo. |
|
I have done these changes without looking into the workings of flux. |
|
Yup, that's exactly right. |
|
so you should just delete the |
|
Yes but according to the project environment (model-zoo) uses Flux with Tracker so to do this first have to update that and check for all models if they are compatible with new version or not. It was me who tried to run char-rnn.jl on new version of flux but if we use project env it works as should work. |
|
we should update this to reflect latest Flux, zygote changes. You can create a separate Project.toml and Manifest.toml for this example See also the discussion in #207 |
|
If you have the time and the patience to do it, You could entirely revamp this script to resemble the one in #207, in an effort to improve consistency among the various scripts. Otherwise, we can just merge this |
Replaced outdated truncate!() with reset!()