Closed CharlesFrankum closed 8 months ago
Hi @CharlesFrankum ! I don't think we should have a new function here, but instead make path
in add_files
support sequences as well, similarly to how it's done in add_external_files
: https://github.com/allegroai/clearml/blob/18210ed144ce630fb1bda44d07cea356a7e23b53/clearml/datasets/dataset.py#L436
Hi @CharlesFrankum ! I don't think we should have a new function here, but instead make
path
inadd_files
support sequences as well, similarly to how it's done inadd_external_files
:
Ah ok! I wasn't sure if we wanted to accept multiple types here but makes sense - will make the changes 👍
Hi @CharlesFrankum , any update?
Hi @CharlesFrankum ! Why was this PR closed? Any way we can help reopen it?
Hi @CharlesFrankum ! Why was this PR closed? Any way we can help reopen it?
Ah sorry, I messed up my master branch on the fork so reset it so I could work on a different PR and it automatically closed this PR. I can reopen it and work on it in a little. Sorry for never finishing this one btw - we ended up moving away from clearml datasets for now so was low priority
@CharlesFrankum It would be great if we could have this PR merged. If you could reopen it that would be great. If you don't wish to work on it anymore I can take over.
Related Issue \ discussion
https://github.com/allegroai/clearml/issues/1127
Patch Description
Adds logic to
_add_files
so that we can now additionally pass in a list of pathsTesting Instructions