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
self, steps_to_profile=5) utils.callbacks.profiler.PytorchProfilerCallback(
PyTorch Profiler callback to create snapshots of GPU memory usage at specified steps.