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
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: 1. Build HDF5 Dataset
|
||||
run: |
|
||||
mkdir -p data/dataset
|
||||
PYTHONPATH=. python data/scripts/produce_dataset.py
|
||||
echo "datasets produced successfully"
|
||||
shell: bash
|
||||
# - name: 1. Build HDF5 Dataset
|
||||
# run: |
|
||||
# mkdir -p data/dataset
|
||||
# PYTHONPATH=. python data/scripts/produce_dataset.py
|
||||
# echo "datasets produced successfully"
|
||||
# shell: bash
|
||||
|
||||
- name: 2. Train Model
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user