File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/Submission/VNN_COMP2025 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939if isfield(reachOptions , ' train_device' )
4040 train_device = reachOptions .train_device ;
4141else
42- train_device = ' cpu ' ;
42+ train_device = ' gpu ' ;
4343end
4444
4545if isfield(reachOptions , ' train_mode' )
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ pip install scipy
3636
3737# For next year, let's fix gpu drivers to ensure no potential errors there...
3838# Enable GPU persistence mode (prevents driver unloading)
39- # sudo nvidia-smi -pm 1
39+ sudo nvidia-smi -pm 1
4040
4141# Lock the kernenl verison and GPU drivers.
42- # sudo apt-mark hold linux-image-generic linux-headers-generic nvidia-driver-535
43- # sudo systemctl disable unattended-upgrades
42+ sudo apt-mark hold linux-image-generic linux-headers-generic nvidia-driver-535
43+ sudo systemctl disable unattended-upgrades
You can’t perform that action at this time.
0 commit comments