Open sefeoglu opened 1 year ago
Hi, I tried to run the codes, and there is problem at the line 136 in classifier.py. The problem is :
total_train_loss += loss.item() AttributeError: 'str' object has no attribute 'item'
Is it related to version of the transformer?
Thanks.
Hi, I tried to run the codes, and there is problem at the line 136 in classifier.py. The problem is :
Is it related to version of the transformer?
Thanks.