Sunwoo Park
Sunwoo Park
남겨주신 로그만으로는 정확히 어떤 문제인지 확인이 힘든데요. `preds = model(image, text_for_pred, is_train=False) ` TypeError: forward() missing 2 required positional arguments: 'input' and 'text' 해당부분을 중점적으로 디버깅 해보시면 답을 찾으실수 있을듯합니다...
모델 및 파라미터 조합에 따라 정확도가 다르게 나왔습니다 실험 로그를 함께 올려두었으니 참고해보시면 좋을 것 같습니다 https://github.com/parksunwoo/ocr_kor/tree/master/exprement1/TPS-ResNet-BiLSTM-CTC-Seed1111 https://github.com/parksunwoo/ocr_kor/tree/master/exprement1/TPS-ResNet-BiLSTM-CTC-Seed2222 https://github.com/parksunwoo/ocr_kor/tree/master/exprement1/TPS-ResNet-BiLSTM-CTC-Seed3333
Read me, it looks like this Python 3.10 or later Why don't you try updating your python version? I'm using version 3.11