You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue #135; rename total_batch_size to train_batch_size (#137)
1. Remove the `subset_num_batches` from the dataset hparams. Synthetic datasets should instead use the length of the real dataset as the size, or have a configurable size
2. Add `train_subset_num_batches` and `eval_subset_num_batches` to the trainer hparams
3. Add a check in the trainer that ensures that, if this field is set, then `DatasetHparams.shuffle is False`, or otherwise emit a warning that every epoch may be using a different subset of samples
4. Renamed `total_batch_size` to `train_batch_size`. Updated hparams.
0 commit comments