mlco2 / codecarbon

Track emissions from Compute and recommend ways to reduce their impact on the environment.
https://mlco2.github.io/codecarbon
MIT License
1.02k stars 158 forks source link

Tracking emissions from multiple locations #383

Open pugantsov opened 1 year ago

pugantsov commented 1 year ago

I'm using the explicit EmissionsTracker object to track my emissions and I'm wondering if there's a way to track emissions for multiple countries for comparison? Would this require running multiple trackers?

Or is there a way for me to do this post-training, i.e. comparing the CO2 (kg) value output to the estimated equivalent in X country?

benoit-cty commented 1 year ago

Hello, At the end of the dashboard page you have a world map with carbon intensity of countries. Using the output in kWh from a run, you could estimate the CO2 for any country. But we do not provide it for now.