Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

feedback on steps up to training #5

Closed
wants to merge 7 commits into from
Closed
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
333 changes: 254 additions & 79 deletions SLEAP/HowTo.md

Large diffs are not rendered by default.

1,218 changes: 369 additions & 849 deletions SLEAP/presentation/presentation.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions SLEAP/presentation/presentation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ cat train_script.sbatch
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]

# Load the SLEAP module
module load SLEAP
Expand Down Expand Up @@ -309,7 +309,7 @@ training_log.csv
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=n.sirmpilatze@@ucl.ac.uk
#SBATCH --mail-user=[email protected]

# Load the SLEAP module
module load SLEAP
Expand Down Expand Up @@ -432,7 +432,7 @@ if __name__ == "__main__":
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]

# Load the SLEAP module
module load SLEAP
Expand Down Expand Up @@ -475,7 +475,7 @@ What if we want to run the previous script for multiple batch sizes?
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]
#SBATCH --array=0-2

# Load the SLEAP module
Expand Down
2 changes: 1 addition & 1 deletion SLEAP/scripts/infer_script.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#SBATCH -o slurm.%N.%j.out # write STDOUT
#SBATCH -e slurm.%N.%j.err # write STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]

# Load the SLEAP module
module load SLEAP
Expand Down
2 changes: 1 addition & 1 deletion SLEAP/scripts/train_script.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]

# Load the SLEAP module
module load SLEAP
Expand Down
2 changes: 1 addition & 1 deletion SLEAP/scripts/train_script_python.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]

# Load the SLEAP module
module load SLEAP
Expand Down
2 changes: 1 addition & 1 deletion SLEAP/scripts/train_script_python_array.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR
#SBATCH --mail-type=ALL
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=[email protected]
#SBATCH --array=0-2

# Load the SLEAP module
Expand Down
Binary file added img/swc_hpc_access_flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.