Kriti Shrestha

Results 3 comments of Kriti Shrestha

If the error remains, adding all the imports to 'requirements.txt' file and then running the setup and main file should work. I managed to do it this way.

> > If the error remains, adding all the imports to 'requirements.txt' file and then running the setup and main file should work. I managed to do it this way....

I was able to overcome this issue by specifying the eval batch size while running the main.py like so: python main.py --config config_name --mode eval --eval_batch_size 1 But, I faced...