@kngoyal @Lothiraldan right now if the code fails the tracker does not write to emissions.csv, I cannot see the emissions for my comet exp which failed un-gracefully.
What do you think is best?
- write periodically so that no matter what we have data
- use
atexit.register
@Lothiraldan how does comet handles the end/crash of a python script? So that codecarbon can write to the file before the last comet upload?
@kngoyal @Lothiraldan right now if the code fails the tracker does not write to emissions.csv, I cannot see the emissions for my comet exp which failed un-gracefully.
What do you think is best?
atexit.register@Lothiraldan how does comet handles the end/crash of a python script? So that codecarbon can write to the file before the last comet upload?