Andrew Truong

Results 11 comments of Andrew Truong

Hey @angadkalra thanks for filing this! This error suggests that you might not have permissions for that specific W&B entity and project. Maybe you're logged into a different instance? The...

Hmm, that's strange. Can you check using the mlflow API to see if this run has a start time? Can you also share the mlflow server and client versions?

It looks like this run is still running -- is that correct? ``` status='RUNNING' ``` Are you trying to import a running run, or is the run already finished and...

Oh interesting, that sounds like a different issue. So for your case, I think we can make two patches: 1. We'll add handling for incompatible strings (maybe replace `:` and...

Hey @angadkalra, thanks for your patience! I think your run name is fine, but our handling for Artifacts doesn't like that it has spaces -- looking into this now.

@angadkalra can you try this branch to see if it works for you? https://github.com/wandb/wandb/tree/andrew/mlflow-importer-fixes

The easiest way is to [pip install the branch directly](https://stackoverflow.com/questions/20101834/pip-install-from-git-repo-branch). Try this: ``` pip install git+https://github.com/wandb/wandb.git@andrew/mlflow-importer-fixes ```

Hey @angadkalra, it seems like you're generating some data to test this out. If that's the case, can you please share: 1. The script you're using to add data to...

Hey @angadkalra, the error you're getting looks like this line here: ``` ValueError: Artifact name may only contain alphanumeric characters, dashes, underscores, and dots. Invalid name: "Train-Val split version 3...