paddleocr amp decorate() got an unexpected keyword argument 'dtype' #12473
Unanswered
Jeffrey98-AI
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "tools/train.py", line 227, in
main(config, device, logger, vdl_writer)
File "tools/train.py", line 187, in main
dtype=amp_dtype)
TypeError: decorate() got an unexpected keyword argument 'dtype'
amp_level=O2时通过去掉 paddle.amp.decorate() dtype这个入参就可以正常训练
Beta Was this translation helpful? Give feedback.
All reactions