I’m setting trainer.detect_anomaly
to False
, but when switching from eager training to torch.compile
with the default backend, I receive the following warning:
UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging.
Has anyone else encountered this?