PyPI v0.13.3
Features and Bug Fixes
- Add binding for
tensorboard.summarywriter.addscalars
- Add
Logger.tensorboard_single_series_per_graph()
configuration option to allow per-series TensorBoard-like graphs - Add docker image interface using
Task.set_base_docker()
andTask.get_base_docker()
- Use standard OS environment variables to obtain default credentials for:
- AWS:
AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andAWS_DEFAULT_REGION
- Azure:
AZURE_STORAGE_ACCOUNT
andAZURE_STORAGE_KEY
- Google:
GOOGLE_APPLICATION_CREDENTIALS
- AWS:
- Add simple dictionary task parameters interface using
Task.get_parameters_as_dict()
andTask.set_parameters_as_dict()
allowing getting and setting parameters for task instances obtained usingTask.get_task()
- Make sure
Task.connect()
always returns the connected instance passed to it - Prefer
tensorflow_gpu
overtensorflow
when inspecting installed packages and recording experiment dependencies - Remove title/series naming restrictions (allow
$
and.
) when reporting metrics - Fix incorrect printouts in initialization wizard and upgrade notifications
- Fix debug images URL for uploaded files with
%
in their name
Breaking Changes
- Rename
trains.debugging.apply_args()
totrains.debugging.apply_logging_args()