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.
Hi, I encounter the infinite loss value assertion failure when training using mixed precision.
The trackback like this:
Traceback (most recent call last):
File "main.py", line 498, in <module>
main(args)
File "main.py", line 409, in main
train_stats = train_one_epoch(
File "ConvNeXt/engine.py", line 63, in train_one_epoch
assert math.isfinite(loss_value)
AssertionError
I wonder how I could fix this problem. Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi, I encounter the infinite loss value assertion failure when training using mixed precision.
The trackback like this:
I wonder how I could fix this problem. Thanks very much!
The text was updated successfully, but these errors were encountered: