Closed nicofirst1 closed 8 months ago
@robertodessi What is going on with the wandb errors? I haven't imported anything new.
maybe a conflict in wandb versions between the CI server and EGG? I don't have access to this repo anymore, nothing much I can do about it, sorry!
Oh, I see. Thank you for the tip!
@nicofirst1 CI has just been deleted for this repo (look at the latest commit), it makes sense given it's not actively supported anymore
I saw... such a pity. I guess I'll use my own fork
Add option to allow for interval logging strategy, to save interactions every X batches.
Description
Proposed changes include:
Related Issue (if any)
Similar pull request
Motivation and Context
When training with limited memory resources, appending all the interactions to a list may cause OOM errors. Allowing the logging strategy to save interactions every X steps (otherwise empty) gives more flexibility.