Do not trust trainable_variables create by Keras layers. Use `M.weights`...
Do not trust trainable_variables create by Keras layers. Use `M.weights` instead and print warnings about unknown variables. (#748)
Showing
tensorpack/graph_builder/training.py
100644 → 100755
tensorpack/tfutils/tower.py
100644 → 100755
tensorpack/train/trainers.py
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment