nmt-chatbot icon indicating copy to clipboard operation
nmt-chatbot copied to clipboard

How to change batch size

Open bhushan-borole opened this issue 7 years ago • 2 comments

I am getting resource exhaust error

bhushan-borole avatar Dec 07 '18 09:12 bhushan-borole

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.

danielissac avatar Feb 14 '19 17:02 danielissac

Explore settings.py and change the hyperparameters there

kaljitism avatar Mar 07 '20 11:03 kaljitism