Features and Bug Fixes
- Add OpenMPI/Slurm support, support
TRAINS_FORCE_MASTER_NODE
environment variable to allow forcefully specifying a node is master (not based on the MPI Rank) - Add
Task.get_models()
andTask.models
for retrieving stored models for previously executed tasks - Support multiple
EventWriter
in TensorFlow eager mode (TF 2.0+) #26 - Support reusing models
- Fix TensorFlow
NaN
/Inf
values support #118 - Fix
joblib
binding - Fix metrics/files/models upload on shutdown
- Fix support for
Task
init/close multiple times - Update manual_reporting.py example with
Logger.report_table()
example - Deprecate
Task.set_model_config()
,Task.get_model_config_text()
andTask.get_model_config_dict()