Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1anw - add HPS tutorial on image classification, CORDS, ResNet architecture #15

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/alcf/02_ThetaGPU_ray/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start by creating a script named ``activate-dhenv.sh`` to initialize your enviro
. /etc/profile

# Tensorflow optimized for A100 with CUDA 11
module load conda/2021-11-30
module load conda/2022-07-01

# Activate conda env
conda activate $CONDA_ENV_PATH
Expand Down
2 changes: 1 addition & 1 deletion tutorials/alcf/03_ThetaGPU_mpi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start by creating a script named ``activate-dhenv.sh`` to initialize your enviro
. /etc/profile

# Tensorflow optimized for A100 with CUDA 11
module load conda/2021-11-30
module load conda/2022-07-01

# Activate conda env
conda activate $CONDA_ENV_PATH
Expand Down
2 changes: 1 addition & 1 deletion tutorials/alcf/04_ThetaGPU_jupyter/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ After logging in Theta:
.. code-block:: console

$ . /etc/profile
$ module load conda/2021-09-22
$ module load conda/2022-07-01
$ conda activate $CONDA_ENV_PATH

3. Then, start the Jupyter notebook server:
Expand Down
Loading