Spaces:
Runtime error
Runtime error
File size: 218 Bytes
12bfd03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# @package _global_
# uses only 1% of the training data and 5% of validation/test data
defaults:
- default
trainer:
max_epochs: 3
limit_train_batches: 0.01
limit_val_batches: 0.05
limit_test_batches: 0.05
|