barronalex / Dynamic-Memory-Networks-in-TensorFlow

Dynamic Memory Network implementation in TensorFlow
MIT License
180 stars 80 forks source link

Fix latent machine memory explosion problem #17

Closed xvshiting closed 6 years ago

xvshiting commented 6 years ago

Original code will add one no_op to our graph after each calling of run_epoch ,if we did not in training mode.

barronalex commented 6 years ago

Thanks for the PR!