Skip to content

Commit

Permalink
Merge pull request #16 from tux2000/master
Browse files Browse the repository at this point in the history
Fixing build workflows and adding more images
new model dig-class100-173-s2
  • Loading branch information
haverland authored Sep 26, 2024
2 parents 50e64c9 + f1821b5 commit 854d07e
Show file tree
Hide file tree
Showing 369 changed files with 534 additions and 850 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: create-model
# events but only for the master branch
on:
push:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


jobs:
build-model:
Expand All @@ -15,25 +19,15 @@ jobs:
- run: pip install -r requirements.txt
# cleans output for later upload only new created tflites.
- run: rm output/*.*
- uses: yaananth/run-notebook@v2
env:
RUNNER: ${{ toJson(runner) }}
SECRETS: ${{ toJson(secrets) }}
GITHUB: ${{ toJson(github) }}
with:
notebook: "dig-class100-s2.ipynb"
#params: "PATHTOPARAMS.json"
isReport: False
poll: False
- name: Execute
run: |
jupyter nbconvert --execute --to html dig-class100-s2.ipynb --output-dir output/
- uses: actions/upload-artifact@v3
if: always()
with:
name: notebook-results
path: |
${{ RUNNER.temp }}/nb-runner
output/*
env:
RUNNER: ${{ toJson(runner) }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ts-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
RUNNER: ${{ toJson(runner) }}
SECRETS: ${{ toJson(secrets) }}
GITHUB: ${{ toJson(github) }}
PYTHONUNBUFFERED: "1"
with:
notebook: "prepare_data/digits-createimages.ipynb"
#params: "PATHTOPARAMS.json"
Expand All @@ -45,7 +46,7 @@ jobs:
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Upload datasets
uses: jaimevalero/push-kaggle-dataset@v3 # This is the action
uses: jaimevalero/push-kaggle-dataset@v3.1 # This is the action
env:
# Do not leak your credentials.
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
Expand Down
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ but in most times with delta=0.1

## Versions

### 1.7.0

* fix tensorflow vulnerability
* new images
* fix kaggle upload

### 1.6.1 (2023-02-26)
* new images (lcd)
* fixed quantization bug - use all images for dataset
Expand Down
1,334 changes: 507 additions & 827 deletions dig-class100-s2.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 854d07e

Please sign in to comment.