File size: 182 Bytes
d2e7940 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # @package _global_
# runs with execution time profiling
defaults:
- default.yaml
trainer:
max_epochs: 1
profiler: "simple"
# profiler: "advanced"
# profiler: "pytorch"
|
d2e7940 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # @package _global_
# runs with execution time profiling
defaults:
- default.yaml
trainer:
max_epochs: 1
profiler: "simple"
# profiler: "advanced"
# profiler: "pytorch"
|