You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I am getting this error while training. Is it a problem with APEX version? I am working on COLAB and have installed (apex-0.1). Could you please advise on this error?
Thank you
INFO - 12/01/21 16:15:03 - 0:00:02 - Number of parameters (model): 168439772
INFO - 12/01/21 16:15:06 - 0:00:05 - Found 0 memories.
INFO - 12/01/21 16:15:06 - 0:00:05 - Found 12 FFN.
INFO - 12/01/21 16:15:06 - 0:00:05 - Found 198 parameters in model.
Traceback (most recent call last):
File "train.py", line 327, in
main(params)
File "train.py", line 240, in main
trainer = SingleTrainer(model, data, params)
File "/content/XLM/xlm/trainer.py", line 799, in init
super().init(data, params)
File "/content/XLM/xlm/trainer.py", line 58, in init
assert params.amp >= 1 or not params.fp16
AssertionError
The text was updated successfully, but these errors were encountered:
Hi,
I am getting this error while training. Is it a problem with APEX version? I am working on COLAB and have installed (apex-0.1). Could you please advise on this error?
Thank you
INFO - 12/01/21 16:15:03 - 0:00:02 - Number of parameters (model): 168439772
INFO - 12/01/21 16:15:06 - 0:00:05 - Found 0 memories.
INFO - 12/01/21 16:15:06 - 0:00:05 - Found 12 FFN.
INFO - 12/01/21 16:15:06 - 0:00:05 - Found 198 parameters in model.
Traceback (most recent call last):
File "train.py", line 327, in
main(params)
File "train.py", line 240, in main
trainer = SingleTrainer(model, data, params)
File "/content/XLM/xlm/trainer.py", line 799, in init
super().init(data, params)
File "/content/XLM/xlm/trainer.py", line 58, in init
assert params.amp >= 1 or not params.fp16
AssertionError
The text was updated successfully, but these errors were encountered: