torch.get_deterministic_debug_mode¶
- torch.get_deterministic_debug_mode()[source]¶
Returns the current value of the debug mode for deterministic operations. Refer to
torch.set_deterministic_debug_mode()
documentation for more details.- Return type
Returns the current value of the debug mode for deterministic
operations. Refer to torch.set_deterministic_debug_mode()
documentation for more details.