diff --git a/01-access-machines.md b/01-access-machines.md index 53e40e9..639af81 100644 --- a/01-access-machines.md +++ b/01-access-machines.md @@ -622,6 +622,9 @@ wandb ### Example: Activating the virtual environment - `source sc_venv_template/activate.sh` +- `python` +- `import fastai` +- `fastai.__version__` - ```python source sc_venv_template/activate.sh The activation script must be sourced, otherwise the virtual environment will not work. @@ -637,6 +640,7 @@ Type "help", "copyright", "credits" or "license" for more information. >>> import fastai >>> fastai.__version__ '2.7.12' +>>> exit() ``` --- @@ -684,7 +688,7 @@ learn.fit_one_cycle(3, cbs=TensorBoardCallback('runs', trace_model=True)) #SBATCH --cpus-per-task=1 #SBATCH --output=output.%j #SBATCH --error=error.%j -#SBATCH --time=00:10:00 +#SBATCH --time=00:20:00 #SBATCH --partition=booster #SBATCH --reservation=dl4neurosc # For today only diff --git a/public/01-access-machines.html b/public/01-access-machines.html index 0710fe4..046007b 100644 --- a/public/01-access-machines.html +++ b/public/01-access-machines.html @@ -880,6 +880,9 @@
source sc_venv_template/activate.sh
python
import fastai
fastai.__version__
/activate.sh
source sc_venv_templatenot work.
@@ -894,7 +897,8 @@ The activation script must be sourced, otherwise the virtual environment will Example: Activating
"help", "copyright", "credits" or "license" for more information.
Type >>> import fastai
>>> fastai.__version__
-'2.7.12'