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

Hello, I just installed the package, then put in on my trainer in transformers and got the next error: ``` 2020-10-03 22:04:26,602 - experiment_impact_tracker.compute_tracker.ImpactTracker - ERROR - Encountered exception within...

Hello Everyone, I have an issue running the experiment example. I saw that the issue was solved, but i didn't understand how i can fix it. `loading` region bounding boxes...

Hi everyone. I am writing my thesis on deriving an approximated cost model for NLP deployment, and this tracker would help me a lot. When executing the example, everything runs...

I'm using `absl.logging` to log. It looks like experiment-impact-tracker does, too. When I set my log-level to ```logging.set_verbosity(logging.INFO)```, my logging gets flooded by experiment-impact-tracker by logs like `INFO:Datapoint timestamp took...

This PR addresses a bug in the multiprocessing logic for the compute tracker. Specifically, it addresses a RuntimeError caused by the multiprocessing `set_start_method`, which complains that 'context has already been...

Hello Breakend, Could you please add data for 'US-DC' ? I get this error : ``` /usr/local/lib/python3.7/dist-packages/experiment_impact_tracker/emissions/get_region_metrics.py in get_zone_information_by_coords(coords) 6 def get_zone_information_by_coords(coords): 7 region = get_region_by_coords(coords) ----> 8 return region,...

@Breakend Here is a PR for the issue we discussed (#57). It provides an option to specify region coordinates (longitude and latitude) for the cluster location. In unspecified, it defaults...

Hi, we're getting this error in the log file : ``` experiment_impact_tracker.compute_tracker.ImpactTracker - ERROR - Encountered exception within power monitor thread! experiment_impact_tracker.compute_tracker.ImpactTracker - ERROR - File "/usr/local/lib/python3.7/dist-packages/experiment_impact_tracker/compute_tracker.py", line 105, in...

Can we run a chron job to update from electricity map? Or maybe we can update the averages directly using the parsers? https://github.com/tmrowco/electricitymap-contrib/blob/2009ad04be124eec67651408b2d9292dd5bb36ba/parsers/EIA.py

When using ray, there is a hard exit where we always see an stack trace printed because of sys.exit being called on worker nodes. Is there a way to exit...