-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MlflowArtifactDataset.load() fails if artifact_path is not None and run_id is specified #362
Comments
Galileo-Galilei
changed the title
MlflowArtifactDataset.load() fails if artifact_path is not None
MlflowArtifactDataset.load() fails if artifact_path is not None and run_id is specified
Oct 3, 2022
Galileo-Galilei
added a commit
that referenced
this issue
Oct 3, 2022
… specified in MlflowArtifactDataSet (#362)
6 tasks
Galileo-Galilei
added a commit
that referenced
this issue
Oct 3, 2022
… specified in MlflowArtifactDataSet (#362)
The issue is still here when there is nested artifact_path: if the file does not exists, it is downloaded to |
Galileo-Galilei
added a commit
that referenced
this issue
Oct 5, 2022
Merged
6 tasks
Merged
6 tasks
Galileo-Galilei
added a commit
that referenced
this issue
Oct 5, 2022
…filepath even with artifact_path (#362)
Galileo-Galilei
added a commit
that referenced
this issue
Oct 6, 2022
…filepath even with artifact_path (#362)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When you try to specify an artifact path and a run_id in an
MlflowArtifactDataSet
, you get an error.This works:
while this :
raises the following error:
unsupported operand type(s) for /: 'str' and 'str'
:The text was updated successfully, but these errors were encountered: