update samples from Release-57 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2020-07-06 22:05:24 +00:00
parent 053efde8c9
commit 6c629f1eda
67 changed files with 1470 additions and 1338 deletions

View File

@@ -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"])