ArneBinder / pytorch-ie-hydra-template-1

PyTorch-IE Hydra Template
8 stars 1 forks source link

improve hyperparameter logging #153

Closed ArneBinder closed 8 months ago

ArneBinder commented 8 months ago

This PR improves the hyperparameter logging when executing train.py or evaluate.py in the following ways, i.e. log_hyperparameters():

In addition, with this PR two more parameters are logged:

Note: this requires pie-modules>=0.9.0