5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/bash
|
|
|
|
model_name=${1}
|
|
|
|
python ./model_config/_generate_model_config.py $model_name |