Change `train_ground` to not be an option. It will fail if `None` is passed in. Also change the ordering of `train_ground` and `val_ground`. The ordering is traditionally the other way. https://github.com/HazyResearch/reef/blob/5b5463a6cf2176263dbc36c9d69274938c45bb07/baselines/models.py#L22
Change
train_groundto not be an option. It will fail ifNoneis passed in.Also change the ordering of
train_groundandval_ground. The ordering is traditionally the other way.reef/baselines/models.py
Line 22 in 5b5463a