Chris Fifty
Results
2
comments of
Chris Fifty
1. In non-eager mode, tf.random.shuffle(loss) is never called, so the loss list is not shuffled if you use graph mode TensorFlow. 2. If you use `loss=tf.random.shuffle(loss)`, the backwards pass of...
I received the same ValueError, and @tstandley's suggestion to remove the preceding '/' in -ds='/taskonomy/' fixed the issue for me. There's an issue with the segment_semantic data from the https://github.com/alexsax/taskonomy-sample-model-1...