-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This commit fixes #191 #205
base: master
Are you sure you want to change the base?
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!()