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

DeepBeam dependency update for Python 3.6, CUDA 12.0, #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update launch_deepbeam_mixed_testing.sh
Update launch_deepbeam_mixed_testing.sh for Python 3
JLu823 authored Apr 30, 2023
commit b2a52f95dae5e3fbf8884af6fdb80a4abeb17dab
4 changes: 2 additions & 2 deletions keras_code/launch_deepbeam_mixed_testing.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Customize this for your CUDA install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-9.0/lib64/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-12.0/lib64/

# The GPU id depends on the number of GPUs in your system
id_gpu=0
@@ -38,7 +38,7 @@ plot_confusion=1
score_only=0


python2 ./DeepBeamTestingMixed.py \
python ./DeepBeamTestingMixed.py \
--model_dir_path $root$model \
--batch_size $batch_size \
--file_save_accuracy $file_save_accuracy \