Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vgg16_aws_dist/continuous_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from kpi import LessWorseKpi, GreaterWorseKpi

kpis_specs = {
"speedup": [LessWorseKpi, 0.01],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗷嗷, 看chenxi老师这个代码,貌似后边36,39行需要带进去一下~

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done.

"train_speed": [LessWorseKpi, 0.01],
"speedup": [LessWorseKpi, 0.01, 0],
"train_speed": [LessWorseKpi, 0.01, 0],
# "converge_speed":[GreaterWorseKpi, 0.01],
# "gpu_memory":[GreaterWorseKpi, 0.01],
# "acc_4passes":[GreaterWorseKpi, 0.01],
Expand Down