nmt-chatbot
nmt-chatbot copied to clipboard
How to change batch size
I am getting resource exhaust error
To change batch size, go to settings.py uncomment both batch_size = 128(default) and override_loaded_hparams = True and set your batch size value.
Explore settings.py and change the hyperparameters there