master_thesis_models / configs /debug /limit_batches.yaml
Hannes Kuchelmeister
cleanup to make ready as submodule
c7be723
raw
history blame
223 Bytes
# @package _global_
# uses only 1% of the training data and 5% of validation/test data
defaults:
- default.yaml
trainer:
max_epochs: 3
limit_train_batches: 0.01
limit_val_batches: 0.05
limit_test_batches: 0.05