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
Hi,
I have a turing card (2080 super) and I'm trying to run training in FP16. I can't run in BF16 because the card doesn't have support for it, and when I try to run in FP16, I get build_from_checkpoint() does not support fp16 right now.. Is there any way to initialize the weights randomly instead of building from a checkpoint? My understanding is weight initialization right now is just handled by the python script, and the C file can only load a checkpoint.
The text was updated successfully, but these errors were encountered:
Hi,
I have a turing card (2080 super) and I'm trying to run training in FP16. I can't run in BF16 because the card doesn't have support for it, and when I try to run in FP16, I get
build_from_checkpoint() does not support fp16 right now.
. Is there any way to initialize the weights randomly instead of building from a checkpoint? My understanding is weight initialization right now is just handled by the python script, and the C file can only load a checkpoint.The text was updated successfully, but these errors were encountered: