Skip to content
Snippets Groups Projects
Commit c334cd18 authored by michael.divia's avatar michael.divia
Browse files

Baobab good this time

parent 1f115757
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ print("Number of GPUs:", strategy.num_replicas_in_sync)
# --- Paths ---
#dataset_path = "/home/padi/Git/pokedex/Combined_Dataset"
#model_output_path = "/home/padi/Git/pokedex/ResNet50"
dataset_path = "/home/users/d/divia/pokedex/Combined_Dataset"
dataset_path = "/home/users/d/divia/scratch/Combined_Dataset"
model_output_path = "/home/users/d/divia/pokedex/ResNet50"
os.makedirs(model_output_path, exist_ok=True)
......
#!/bin/sh
#SBATCH --job-name=keras_cnn_resnet50
l#!/bin/sh
#SBATCH --job-name=ResNet50
#SBATCH --output=ResNet50_%j.out
#SBATCH --partition=shared-gpu
#SBATCH --gres=gpu:2,VramPerGpu:40G
#SBATCH --gres=gpu:1,VramPerGpu:80G
#SBATCH --cpus-per-task=2
#SBATCH --mem=16G
#SBATCH --time=01:00:00
#SBATCH --time=05:00:00
#SBATCH --mail-type=FAIL
# Load modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment