Compare commits

..

No commits in common. "0b15d28a5b381b40f9e077f37c141de3d11425cd" and "18df233e6dd7893b648cbd0a62fc7f660f1a8332" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -15,12 +15,12 @@ jobs:
- name: Use Docker action
id: train
uses: ./train-action/
uses: ./
with:
epochs: 1
- name: Archive
uses: actions/upload-artifact@v3
uses: action/upload-artifact@v3
with:
name: model
path: model.keras

View File

@ -14,4 +14,4 @@ RUN wget https://bendun.students.wmi.amu.edu.pl/stop_times.categories.tsv
VOLUME /github/workspace/
ENTRYPOINT ["/ium/train-action/entrypoint.sh"]
ENTRYPOINT ["/ium/train-entrypoint.sh"]

View File

@ -7,6 +7,6 @@ inputs:
default: '2'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'train.dockerfile'
args:
- ${{ inputs.epochs }}