removed making the dataset

This commit is contained in:
Liyu Xiao 2025-05-22 16:14:06 -04:00
parent f3fd1f7c59
commit 88b6dec668

View File

@ -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: |