We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3089336 commit 3a65a9fCopy full SHA for 3a65a9f
src/utils/tensorflow2/trainer.py
@@ -57,10 +57,6 @@ def init_network(self):
57
self.policy = mixed_precision.Policy('mixed_bfloat16')
58
mixed_precision.set_policy(self.policy)
59
60
-<<<<<<< HEAD
61
-=======
62
-
63
->>>>>>> a9f393a1aad248abafcb146b9db37436b90ffc5f
64
batch_dims = self.larcv_fetcher.batch_dims(1)
65
66
# We compute the
0 commit comments