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
thanks for your nice job, but I encountered a bug as follow, could you give me some suggestions?
File "train.py", line 200, in
Yolo_train().train()
File "train.py", line 41, in init
warmup_steps = tf.constant(self.__warmup_periods * self.__steps_per_period, dtype=tf.float64, name='warmup_steps')
TypeError: unsupported operand type(s) for *: 'int' and 'Data'
The text was updated successfully, but these errors were encountered:
thanks for your nice job, but I encountered a bug as follow, could you give me some suggestions?
File "train.py", line 200, in
Yolo_train().train()
File "train.py", line 41, in init
warmup_steps = tf.constant(self.__warmup_periods * self.__steps_per_period, dtype=tf.float64, name='warmup_steps')
TypeError: unsupported operand type(s) for *: 'int' and 'Data'
The text was updated successfully, but these errors were encountered: