Capgemini-Invent-France / CarbonAI

Python package to monitor the power consumption of any algorithm
MIT License
46 stars 12 forks source link

Use of python dataclasses #11

Open Neyri opened 2 years ago

Neyri commented 2 years ago

We should use python's dataclasses to store recorded information. I think it would be neater and easier to use then. (we should leverage the asdict method as well)