Open dheeru999 opened 6 years ago
i'am facing the below issue while "training train_seglink.py "
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'
Can anyone please explain the issue .
@dheeru999 can you solve it?
batch_size默认为none,所以报错改为这个试试:tf.app.flags.DEFINE_integer('batch_size', 1, 'The number of samples in each batch.')
@magicxiaobai
i'am facing the below issue while "training train_seglink.py "
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'
Can anyone please explain the issue .