Skip to content
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

Make inputs publicly available #5

Merged
merged 15 commits into from
Feb 19, 2024
4 changes: 2 additions & 2 deletions valohai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- python data-preprocess.py {parameters}
inputs:
- name: dataset
default: s3://valohai-demo-library-data/drift-detection/ships-aerial-images.zip
default: https://valohai-demo-library-data.s3.eu-west-1.amazonaws.com/drift-detection/ships-aerial-images.zip
parameters:
- name: train_size
default: 15
Expand Down Expand Up @@ -93,7 +93,7 @@
- python inference.py {parameters}
inputs:
- name: data
default: s3://valohai-demo-library-data/drift-detection/drifted_colorspace.zip
default: https://valohai-demo-library-data.s3.eu-west-1.amazonaws.com/drift-detection/drifted_colorspace.zip
- name: ref_data
default: dataset://drift-demo-ships-aerial/dev_valid
- name: model
Expand Down
Loading