ml-infrastructure
Here are 15 public repositories matching this topic...
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Oct 27, 2021 - Jupyter Notebook
-
Updated
Aug 25, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2021 - Python
-
Updated
Sep 19, 2021 - PHP
Hi,
I am new to use MONAI and try the tutorial "01 simple_app" by jupyter notebook.
MAP is built successfully and I tried to run but got a error message as following.
the command i used.
Copy a test input file to 'input' folder
!mkdir -p testinput && rm -rf input/*
!cp {test_input_path} testinput/
!ls testinput
Launch the app
!monai-deploy run simple_app:latest testinput output
Is your feature request related to a problem? Please describe.
Since there's not much logic, testing needs to be done with integration tests (there isn't much opportunity for unit testing), mocking GCP services and k8s. Especially to check how the failure cases are handled.
Describe the solution you'd like
Given a config for the edge call, we verify the calls that it makes to APIs suc
-
Updated
Nov 1, 2021 - Jupyter Notebook
-
Updated
Dec 9, 2020 - Python
-
Updated
Dec 9, 2021 - Python
-
Updated
Jan 17, 2021 - Jupyter Notebook
-
Updated
Dec 9, 2021 - Python
-
Updated
Apr 29, 2020 - Python
Improve this page
Add a description, image, and links to the ml-infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ml-infrastructure topic, visit your repo's landing page and select "manage topics."
With a config like this
(note a slash after
METAFLOW_DATASTORE_SYSROOT_S3)metaflow.S3(run=self).put*produces double-slashes like here:s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquetThe trailing slash in the config shouldn't make a difference