Skip to content
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

Training the Model #25

Open
mitarth opened this issue May 20, 2021 · 1 comment
Open

Training the Model #25

mitarth opened this issue May 20, 2021 · 1 comment

Comments

@mitarth
Copy link

mitarth commented May 20, 2021

In copy task v2 the implementation of TensorFlow 2, where are you compiling, training, and saving the model. Could you please let me know that? After running task v2, how can I test the model?

@snowkylin
Copy link
Owner

For TensorFlow 2, the NTM/MANN model is implemented in ntm/ntm_cell_v2.py and ntm/mann_cell_v2.py. You can train the model by running copy_task_v2.py. Sorry that no saving/testing functionality is implemented in the v2 version. The v1 version provides full functionality which can be found in copy_task.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants