Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Jan 29, 2021
1 parent e7105d0 commit e55d35f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,10 @@ jobs:
- name: Run Notebooks
run: |
set -e
jupyter nbconvert --to script flash_notebooks/finetuning/image_classification.ipynb
jupyter nbconvert --to script flash_notebooks/finetuning/tabular_classification.ipynb
#jupyter nbconvert --to script flash_notebooks/finetuning/text_classification.ipynb
jupyter nbconvert --to script flash_notebooks/predict/classify_image.ipynb
jupyter nbconvert --to script flash_notebooks/predict/classify_tabular.ipynb
#jupyter nbconvert --to script flash_notebooks/predict/classify_text.ipynb
ipython flash_notebooks/finetuning/image_classification.py
ipython flash_notebooks/finetuning/tabular_classification.py
#ipython flash_notebooks/finetuning/text_classification.py
ipython flash_notebooks/predict/classify_image.py
ipython flash_notebooks/predict/classify_tabular.py
#ipython flash_notebooks/predict/classify_text.py
ipython flash_notebooks/predict/classify_tabular.py

0 comments on commit e55d35f

Please sign in to comment.