I'm writing a home made little script that save the fname of each file I create. For instance if I save some epochs: epochs.save(fname), I add logfiles.add(fname), so that I can easily upload the necessary files between EC2 and S3. Do you think it'd be worth adding this kind of option to the report directly?
I'm writing a home made little script that save the fname of each file I create. For instance if I save some epochs:
epochs.save(fname), I addlogfiles.add(fname), so that I can easily upload the necessary files between EC2 and S3. Do you think it'd be worth adding this kind of option to the report directly?