clearml icon indicating copy to clipboard operation
clearml copied to clipboard

Scalars and plots are not uploaded when 'Git diff to large to store'

Open gorogm opened this issue 2 years ago • 1 comments

I have a quite simple setup, running a training from a jupyter notebook. I'm experiencing with clearml 1.4 and 1.6 as well, that whenever git diff is too large: ======> WARNING! Git diff to large to store (824Kb), skipping uncommitted changes <====== then neither plots nor scalars generated during training are appearing at clear.ml website, which means the results are lost...

A 800Kb git diff can very easily happen. How to overcome this issue? Thanks.

gorogm avatar Jul 12 '22 16:07 gorogm

Hi @gorogm ,

When running a local server, I think this limitation can be updated (but due to a limitation of MongoDB, the diff size cannot be too large anyway). In app.clear.ml this limitation is also enforced to protect scale and to allow good quality of service. Can I ask why do you have such large diffs?

jkhenning avatar Jul 19 '22 12:07 jkhenning