experiment-impact-tracker icon indicating copy to clipboard operation
experiment-impact-tracker copied to clipboard

Results 36 experiment-impact-tracker issues
Sort by recently updated
recently updated
newest added

I get the following error when starting the tracker: ```pytb Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs)...

Somewhat blocked by #18. In current latest trial, nvidia-pmon formatting is different in colab and judging by other issues can vary across systems. If we can figure out how to...

documentation
enhancement

There's sometimes a race condition if you try to read the latest data for the impact tracker where the json returned is garbage because it's still being written. Currently have...

enhancement

See for example, https://github.com/facebookresearch/hydra/tree/master/website

documentation
enhancement

Importing ImpactTracker from experiment_impact_tracker is throwing error for `json_normalize`. It is outdated and needs to be modified in the code to match with the current version of pandas. This [line](https://github.com/Breakend/experiment-impact-tracker/blob/master/experiment_impact_tracker/compute_tracker.py#L20)...