added in type casting
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 4m58s
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 4m58s
This commit is contained in:
parent
489fecf113
commit
b3d17f804c
|
@ -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: Upload Dataset Artifacts
|
- name: Upload Dataset Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
@ -85,7 +85,7 @@ def train_model():
|
||||||
hparams = {
|
hparams = {
|
||||||
"drop_path_rate": 0.2,
|
"drop_path_rate": 0.2,
|
||||||
"drop_rate": 0.5,
|
"drop_rate": 0.5,
|
||||||
"learning_rate": training_cfg.learning_rate,
|
"learning_rate": float(training_cfg.learning_rate),
|
||||||
"wd": 0.01,
|
"wd": 0.01,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user