6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/sh
|
|
|
|
cd /ium/src
|
|
python3 tf_train.py "$1"
|
|
cp /ium/src/model.keras /github/workspace/
|