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

Commit

Permalink
Notebooks update (#41)
Browse files Browse the repository at this point in the history
* improve finetuning

* update changelog

* update on comments

* typo

* update on comments

* update on comments

* update finetuning

* typo

* update

* update

* update notebooks

* update typo

* update notebooks

* update ci
  • Loading branch information
tchaton authored Feb 1, 2021
1 parent edccf3b commit 48ec088
Show file tree
Hide file tree
Showing 8 changed files with 562 additions and 744 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:

- name: Run Notebooks
run: |
jupyter nbconvert --to script flash_notebooks/finetuning/tabular_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/image_classification.ipynb
jupyter nbconvert --to script flash_notebooks/tabular_classification.ipynb
ipython flash_notebooks/finetuning/tabular_classification.py
ipython flash_notebooks/predict/classify_image.py
ipython flash_notebooks/predict/classify_tabular.py
ipython flash_notebooks/image_classification.py
ipython flash_notebooks/tabular_classification.py
Loading

0 comments on commit 48ec088

Please sign in to comment.