-
- Downloads
- Add train_on_subset option to specify on which subset the model will be...
- Add train_on_subset option to specify on which subset the model will be trained (either train or dev); - find_dotenv() only working by specifying the example env on my machine? - Add the seeds option to specify the seed(s) to use, and remove the use_random_seed, because it's obv if random_seed_number is used; - Use a logger in train.py instead of prints.
parent
2db4ae3e
No related branches found
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
Showing
- code/bolsonaro/data/dataset_loader.py 1 addition, 1 deletioncode/bolsonaro/data/dataset_loader.py
- code/bolsonaro/data/dataset_parameters.py 8 additions, 2 deletionscode/bolsonaro/data/dataset_parameters.py
- code/bolsonaro/models/omp_forest_regressor.py 3 additions, 3 deletionscode/bolsonaro/models/omp_forest_regressor.py
- code/bolsonaro/trainer.py 11 additions, 4 deletionscode/bolsonaro/trainer.py
- code/train.py 26 additions, 21 deletionscode/train.py
Please register or sign in to comment