FightAllDays

Results 4 issues of FightAllDays

Traceback (most recent call last): File "E:/Code/ChineseGLUE-master/ChineseGLUE-master/baselines/models_pytorch/classifier_pytorch/run_classifier.py", line 522, in main() File "E:/Code/ChineseGLUE-master/ChineseGLUE-master/baselines/models_pytorch/classifier_pytorch/run_classifier.py", line 460, in main config = config_class.from_pretrained(args.config_name if args.config_name else args.model_name_or_path, num_labels=num_labels, finetuning_task=args.task_name) File "E:\Code\ChineseGLUE-master\ChineseGLUE-master\baselines\models_pytorch\classifier_pytorch\transformers\configuration_utils.py", line 154,...

when Debug at here` y_range = (max(floor((j-self.K)/self.stride)+1,0),min(j//self.stride+1,width_out))`will print error TypeError: range() integer start argument expected, got float.

Hi,Thanks for your code first~I don't know the meaning about coord,hope you can give some answer about it,Thank you~

Hi,thanks for your code first!But I also have some problem about it,because i couldn't get a good test_acc when running these code.The best test_acc I got is 70%,So i don't...