You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to retrieve the consumption of the last training.
Maybe we could add a method to get this. I'm thinking of something like :
power_meter=PowerMeter(*args)
withpower_meter(*args, **kwargs):
# do_something# This would be niceco2_emission, energy_consumption=power_meter.get_last_log(columns=["Carbon emissions", "Energy consumption"])
Naming and arguments are open to discuss
The text was updated successfully, but these errors were encountered:
It would be nice to be able to retrieve the consumption of the last training.
Maybe we could add a method to get this. I'm thinking of something like :
Naming and arguments are open to discuss
The text was updated successfully, but these errors were encountered: