You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replicate looks great! I just happened across this issue and thought I would share some experience I had with metric logging.
I would recommend using xarray instead of pandas dataframes; xarray was born out of the awkwardness that was extending pandas dataframes beyond two dimensions.
This makes it much easier to do things like align or concatenate metrics across experiments, handle the difference between train/test and batch/epoch level-metrics. All of these tasks benefit from xarray's usage of coordinate systems.
These are just for reference; I don't plan on maintaining noggin any further, so I don't mean to recommend that you actually leverage noggin (although there are probably nuggets to be taken from it).
This is something neat that this does: https://github.com/richardliaw/track
The text was updated successfully, but these errors were encountered: