I often want to upload zip files with a bunch of info from experiments to wandb but currently the web UI does not respond to this. May we have this as a feature?
It’s a bit unnatural to attach data to a report. The natural place for data to live is on a run (either as metadata, history, summary, or artifact), with workspaces and reports designed to give views on that data.
If it helps to add context, when writing a paper, or drafts etc I manipulate manually data, figs, etcs and it’s nice to be able to post them to reports. The code is nice for automatic stuff, but it’s not as nice for the “museum” idea. Just my 2 cents.
@mirage, if you’re looking to download lots of info from W&B, you’re better off using the public API (guide here) to access it programmatically, rather than using the UI.