daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 213 forks source link

How to change batch size #111

Open bhushan-borole opened 5 years ago

bhushan-borole commented 5 years ago

I am getting resource exhaust error

danielissac commented 5 years ago

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.

kaljitism commented 4 years ago

Explore settings.py and change the hyperparameters there