ml-platform
Here are 12 public repositories matching this topic...
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Dec 21, 2021 - Python
Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.
Allow for training even with uncommitted changes. This can be done by taking a git diff of the current branch, storing it and then doing an git apply to the current branch during training
-
Updated
Nov 23, 2021
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
-
Updated
Oct 6, 2021 - Go
-
Updated
Nov 24, 2021 - Jupyter Notebook
-
Updated
Aug 26, 2020
Improve this page
Add a description, image, and links to the ml-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ml-platform 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