Replies: 1 comment
-
Nope, since this metric is integral during the performance evaluation of each submitted algorithm. You can add any metric written for PyTorch (for example, using torchmetrics) for validating your trained model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run any experiment, the resulting dataframe looks like this:
My understanding is that time reflects the following, based on your instructions:
I am wondering whether I could break up this "time" into these 4 fundamental parts to figure out how much the communication cost is
Beta Was this translation helpful? Give feedback.
All reactions