You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: