Surya Prakash Sahu
Surya Prakash Sahu
WARNING:tensorflow:: Using a concatenated state is slower and will soon be deprecated. Use state_is_tuple=True. Traceback (most recent call last): File "train.py", line 25, in main() File "train.py", line 22, in...
`Best So Far` is giving some confusing output. For example, in the following code, we can see `Best val_categorical_accuracy So Far` is > 1. Most probably, it's taking the value...
If we run the evaluation as a different script, then loading from checkpoint doesn't set all the weights to all layers. Only AttentionMechanism memory_layer is being set. After ` checkpoint.restore(tf.train.latest_checkpoint(checkpoint_dir))`...