Skip to content
Snippets Groups Projects
Commit 77ccac7d authored by davifer's avatar davifer :speech_balloon:
Browse files

Upload New File

parent abde2709
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd ~/pruebas/data_augmentation/python
#export HF_DATASETS_CACHE="/home/hghub/datasets"
PYFILE=${1:-evalModelOnDataset.py}
shift
# Si se quiere correr dentro del contenedor y seguir haciendo cosas sin cerrar la sesion
#nohup python ${PYFILE} $* &
python ${PYFILE} $*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment