mihran113

Results 116 comments of mihran113

Hey @edwardsp! Thanks for the question. Unfortunately it's not possible, as we're using `wandb.Api` as a client to read the run data, which requires the `wandb` server to be running.

Hey @vishalghor. It is apparently the same issue that you've mentioned. We've struggled a lot to reproduce it on our side, no luck so far. https://github.com/aimhubio/aim/issues/1297#issuecomment-1098978362 Could you please try...

Hey @2-5! Thanks again for the huge contribution! I've managed to install aimrocks on my end, and done some research on unicode path issue, despite python supporting unicode paths on...

@rodrigomeireles thanks for the report. Actually the `aimlflow sync` command is supposed to stay working even after it finishes syncing the current logs(it's not hanging), cause it is meant to...

Hey @foody! Thanks a lot for reporting. That is actually the case, cause `aim.Run` object was created at that time. The alternative will be to import the times from mlflow...

Hey @stedn! Thanks for the suggestion, makes sense. This should be relatively easy to add, will include in the next release.

Hey @gpascale! Sorry for delayed response and thanks for the question. We try to automatically transition the run to finished state when the process exits (even if exceptions are thrown)....

Hey @Sharathmk99! Seems workflow passes the steps required(performance tests are not up to date, so that fail is expected). @alberttorosyan is away for the upcoming week, so if there're no...

Hm, after I've fixed the merge conflict, the new check shows that one more file needs reformatting (not the conflicting file). @Sharathmk99 could you please update that as well? https://github.com/aimhubio/aim/actions/runs/9873153670/job/27264800270?pr=3125

Hey @zhiyxu! Is there a possibility that you can share the repo in which the run is failed to be deleted? Or any minimal example how this happened, so I...