mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
update samples from Release-57 as a part of SDK release
This commit is contained in:
@@ -15,3 +15,9 @@ def on_train_result(info):
|
||||
run.log(
|
||||
name='episodes_total',
|
||||
value=info["result"]["episodes_total"])
|
||||
run.log(
|
||||
name='perf_cpu_percent',
|
||||
value=info["result"]["perf"]["cpu_util_percent"])
|
||||
run.log(
|
||||
name='perf_memory_percent',
|
||||
value=info["result"]["perf"]["ram_util_percent"])
|
||||
|
||||
Reference in New Issue
Block a user