Skip to content

Commit

Permalink
is the cluster broken or is it just me?
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHollingsworth committed Jul 16, 2024
1 parent 5d33231 commit 0d277b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/agent_examples/whittington_2020_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"simulation_id = \"TEM_custom_plot_sim\"\n",
"from neuralplayground.saved_models import fetch_model_path\n",
"# save_path = fetch_model_path(\"tem_in_2D\")\n",
"save_path= 'TEM_results_test/'\n",
"save_path= 'TEM_results_new/'\n",
"plotting_loop_params = {\"n_walk\": 2000}"
]
},
Expand Down
5 changes: 2 additions & 3 deletions examples/agent_examples/whittington_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
#SBATCH --time=72:00:00
#SBATCH -o TEM_logs/TEM_update_test.%N.%j.out
#SBATCH -e TEM_logs/TEM_update_test.%N.%j.err
#SBATCH -p gpu
#SBATCH --gres=gpu:1
#SBATCH -p cpu
#SBATCH --ntasks=1

source ~/.bashrc

conda activate NPG-env

print("Test")
python whittington_2020_run.py

exit

0 comments on commit 0d277b1

Please sign in to comment.