Shivam Panchal

Results 2 comments of Shivam Panchal

When I run `python tester.py ` `FileNotFoundError: [Errno 2] No such file or directory: './data/new_data/debug_vocab.pkl'`

I have changed some lines of our code to and there is an empty folder named model, I provided ``` tf.logging.set_verbosity(tf.logging.INFO) run_config = tf.contrib.tpu.RunConfig(model_dir='model') estimator = tf.contrib.tpu.TPUEstimator( model_fn=model_fn, use_tpu=False, train_batch_size=1024,...