You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
davidxiaozhi
changed the title
this two block don't define in the block.py
this two block don't define in the block.py and don't support float64 when net = tf_slim.batch_norm(net, is_training=is_training)
Mar 8, 2021
When setting tf.keras.backend. Set floatx('float64') when training based on images, since the image is float64
if self._apply_batch_norm:
net = tf_slim.batch_norm(net, is_training=is_training) # don't support float64
# net = tf_slim.batch_norm(net, is_training=is_training, fused=False) #support float64
There is another way to cast float32 via type casting, but this also doesn't work very well. We recommend modifying block.py to provide a flexible API
blocks_to_use: "CIFAR_NASA_REDUCTION"
blocks_to_use: "CIFAR_NASA"
this two block don't define in the block.py
The text was updated successfully, but these errors were encountered: