mlco2 / codecarbon

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

Tracking Mode - Possibly Confusing Documentation? #484

Open LukasFehring opened 9 months ago

LukasFehring commented 9 months ago

Description

Hey all, I am currently working on integration of cpu-time and gpu-time into codecarbon, and I am wondering: Does the tracking mode effect anything except the RAM? As far as I can tell the only energy usage related class using the parameter is

class RAM(BaseHardware):
benoit-cty commented 9 months ago

Yes, you're write. Tracking mode only work for RAM yet. The PR for CPU process mode exist but has not been merged.

Sorry for the delay of the answer.

LukasFehring commented 9 months ago

Yes, you're write. Tracking mode only work for RAM yet. The PR for CPU process mode exist but has not been merged.

Thanks :)

Sorry for the delay of the answer.

No worries - I hope you had a nice Christmas and had a good start of 2024