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
If don't change the deterministic to false in soma_train_conf.yaml, there will have a use_deterministic_algorithms error.
ERROR: RuntimeError: median CUDA with indices output does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'. You can turn off determinism just for this operation, or you can use the 'warn_only=True' option, if that's acceptable for your application. You can also file an issue at https://github.com/pytorch/pytorch/issues to help us prioritize adding deterministic support for this operation.
My specification :
Ubuntu 22.04.4 LTS
python 3.7
pytorch version 1.5.10
torch 1.13.1
The text was updated successfully, but these errors were encountered:
If don't change the
deterministic
to false insoma_train_conf.yaml
, there will have a use_deterministic_algorithms error.ERROR:
RuntimeError: median CUDA with indices output does not have a deterministic implementation, but you set 'torch.use_deterministic_algorithms(True)'. You can turn off determinism just for this operation, or you can use the 'warn_only=True' option, if that's acceptable for your application. You can also file an issue at https://github.com/pytorch/pytorch/issues to help us prioritize adding deterministic support for this operation.
My specification :
Ubuntu 22.04.4 LTS
python 3.7
pytorch version 1.5.10
torch 1.13.1
The text was updated successfully, but these errors were encountered: