Closed aLowMagic closed 3 years ago
Traceback (most recent call last): File "convlab2/dst/trade/crosswoz/train.py", line 104, in if(acc >= avg_best): TypeError: '>=' not supported between instances of 'list' and 'float' 请问可不可以提供最新版本的代码呢
Remove line 238 in convlab2/dst/trade/crosswoz/models/TRADE.py
That's right, we can fix this bug by removing this line. The code is updated.
Traceback (most recent call last): File "convlab2/dst/trade/crosswoz/train.py", line 104, in
if(acc >= avg_best):
TypeError: '>=' not supported between instances of 'list' and 'float'
请问可不可以提供最新版本的代码呢