Open bemoregt opened 2 years ago
HI, @sairin1202
I have met this error when run train.py.
epoch0 iter 2000/5300 BCE loss: testing...... pixel accuracy: 0.9180765624825236 correct: 22609820579 wrong: 2017559645 precision: 0.8025394126087568 true_positive: 3466181168 positive: 4319016753 jaccard score: 0.6320833325643175 intersection: 3466181168 union: 5483740813 Traceback (most recent call last): File "train.py", line 183, in trainer.train() File "train.py", line 178, in train 'epoch{}iter{}.pkl' % (epoch, i)) TypeError: not all arguments converted during string formatting"
What's wrong to me ?
Thanks in advance ~. Best, @bemoregt.
HI, @sairin1202
I have met this error when run train.py.
"--------------------------------------------- epoch0 iter 0/5300 BCE loss: testing...... pixel accuracy: 0.18804569360921725 correct: 4631072796 wrong: 19996307428 precision: 0.18803271531914503 true_positive: 4630611028 positive: 24626624256 jaccard score: 0.18803046902816284 intersection: 4630611028 union: 24626918456
epoch0 iter 2000/5300 BCE loss: testing...... pixel accuracy: 0.9180765624825236 correct: 22609820579 wrong: 2017559645 precision: 0.8025394126087568 true_positive: 3466181168 positive: 4319016753 jaccard score: 0.6320833325643175 intersection: 3466181168 union: 5483740813 Traceback (most recent call last): File "train.py", line 183, in
trainer.train()
File "train.py", line 178, in train
'epoch{}iter{}.pkl' % (epoch, i))
TypeError: not all arguments converted during string formatting"
What's wrong to me ?
Thanks in advance ~. Best, @bemoregt.