valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Wildcards for local inputs not working #76

Closed JuhaKiili closed 2 years ago

JuhaKiili commented 2 years ago

After the big refactor, wildcards for local inputs are not working.

This code:

valohai.prepare(step="train", default_inputs={"myinput": "*.png"})
print(valohai.inputs("myinput").path())

Will output:

ValueError: Can not download file with no URI