Abdullah Khilji

Results 2 comments of Abdullah Khilji

``` Traceback (most recent call last): File "run_classifier.py", line 857, in tf.app.run() File "/home/abdullahkhilji/miniconda3/envs/xlnet/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) File "run_classifier.py", line 644, in main while len(eval_examples) % FLAGS.predict_batch_size!=0: UnboundLocalError:...

I believe that where ever possible it is better to keep the batch size at position 0, I base my assumptions on this stackoverflow answer: https://stackoverflow.com/questions/49466894/how-to-correctly-give-inputs-to-embedding-lstm-and-linear-layers-in-pytorch Correct me if I...