Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 177 Bytes
416833a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# @package _global_
# runs with execution time profiling
defaults:
- default
trainer:
max_epochs: 1
profiler: "simple"
# profiler: "advanced"
# profiler: "pytorch"
|