We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a62e9 commit c0fd05bCopy full SHA for c0fd05b
1 file changed
README.md
@@ -76,6 +76,9 @@ The code should closely match the TensorFlow version (including the hyperparamet
76
- Then, pass `--optimizer rmsprop_tf` to `main.py` to use it
77
78
79
+- You can turn gradient clipping off by setting `--grad_clip_off True`
80
+
81
82
- The original training was on TPUs, this code enables only GPU and CPU training
83
- Input data augmentation methods are the same, but due to randomness they are not applied in the same manner
84
- Cause: Batches and images cannot be shuffled as in the original TPU training, and the augmentation seed is also different
0 commit comments