Nathan
Nathan
@remkade should a warning be sent to the user instead of hanging? One might wait quite a long time, and not necessarily consider re-running everything with --verbose?
Hi @dgm2, thank you! My apologies for the delayed response. Sorry you are right. Most of them are independent. However, you can have a look at the helper code inside...
Your example makes sense, but admittedly it has been a while since I last touched the code (I realize the current system is not optimal for these custom scripts, so...
**Use Case**: As part of my day to work I often need to find, download, import and pre-process many different existing datasets which are all usually in common formats like...
Based on my clarified use case, I might even argue with my own issue, in that fiftyone injest would be a nice-to-have, and ultimately a better solution might be built...
@istranic no problem, glad to help! Ideally in the long run I personally would prefer not to use fiftyone, and ingest/export datasets directly. However, I think there might be merit...
Awesome work! Does the change in #5052 enable exporting only the jobs that are marked as complete, under a larger combined dataset?
Hi there, I can't be sure right now, would need to sit with the paper for a while and evaluate. Do you know of any existing implementations that can be...
Hi there, and thank you! Unfortunately docs for this are sparse. I understand this is not the most ideal, would gladly accept PRs to fix this. However, for context, the...
hydra config experiments metrics: https://github.com/nmichlo/disent/tree/8f061a87076adeae8d6e5b0fa984b660cd40e026/experiment/config/metrics actual code that selects these: https://github.com/nmichlo/disent/blob/8f061a87076adeae8d6e5b0fa984b660cd40e026/experiment/run.py#L208-L209 metric wrapper: - see `compute` and `compute_fast` https://github.com/nmichlo/disent/blob/8f061a87076adeae8d6e5b0fa984b660cd40e026/disent/metrics/utils.py#L52-L109 fast version kwargs: - https://github.com/nmichlo/disent/blob/8f061a87076adeae8d6e5b0fa984b660cd40e026/disent/metrics/_dci.py#L48 - https://github.com/nmichlo/disent/blob/8f061a87076adeae8d6e5b0fa984b660cd40e026/disent/metrics/_mig.py#L45 - https://github.com/nmichlo/disent/blob/8f061a87076adeae8d6e5b0fa984b660cd40e026/disent/metrics/_factor_vae.py#L47 NOTE: kwargs...