austinyoung1
Results
2
issues of
austinyoung1
I have an error in the following line: for batch_index, batch_dict in enumerate(batch_generator): Error: `TypeError Traceback (most recent call last) in () 19 ) 20 model.train() ---> 21 for batch_index,...
I'm running the makefile in my google collab notebook using !make -f Makefile and this error shows: > > FileNotFoundError: [Errno 2] No such file or directory: 'models/pretrained_models/RobertaModel_roberta-base_1e-05.pth' > Makefile:24:...