utils.callbacks.profiler
utils.callbacks.profiler
HF Trainer callback for creating pytorch profiling snapshots
Classes
Name | Description |
---|---|
PytorchProfilerCallback | PyTorch Profiler callback to create snapshots of GPU memory usage at specified steps. |
PytorchProfilerCallback
utils.callbacks.profiler.PytorchProfilerCallback(=5,
steps_to_profile=0,
profiler_steps_start )
PyTorch Profiler callback to create snapshots of GPU memory usage at specified steps.