forked from qoherent/modrec-workflow
removed making the dataset
This commit is contained in:
parent
f3fd1f7c59
commit
88b6dec668
|
@ -37,12 +37,12 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: 1. Build HDF5 Dataset
|
# - name: 1. Build HDF5 Dataset
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p data/dataset
|
# mkdir -p data/dataset
|
||||||
PYTHONPATH=. python data/scripts/produce_dataset.py
|
# PYTHONPATH=. python data/scripts/produce_dataset.py
|
||||||
echo "datasets produced successfully"
|
# echo "datasets produced successfully"
|
||||||
shell: bash
|
# shell: bash
|
||||||
|
|
||||||
- name: 2. Train Model
|
- name: 2. Train Model
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user