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

add 3dunet model #811

Merged
merged 26 commits into from
May 29, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
18ebfdf
add 3dunet model
violetch24 Apr 18, 2023
e29877e
remove extra files
violetch24 Apr 19, 2023
15038e4
minor fix
violetch24 Apr 19, 2023
fc4156b
Merge branch 'master' into zixuan/3dunet
violetch24 Apr 19, 2023
73c8e26
Merge branch 'master' into zixuan/3dunet
violetch24 Apr 20, 2023
f7375ff
edit requirements.txt
violetch24 Apr 20, 2023
e510a7a
minor fix
violetch24 Apr 20, 2023
55e0b32
Merge branch 'master' into zixuan/3dunet
violetch24 Apr 20, 2023
6e2339f
edit requirements.txt
violetch24 Apr 20, 2023
f21ca15
Merge branch 'master' into zixuan/3dunet
violetch24 Apr 26, 2023
77bc2af
replace sklearn
violetch24 Apr 26, 2023
100fa36
minor fix
violetch24 Apr 26, 2023
719444a
Merge branch 'master' into zixuan/3dunet
violetch24 Apr 28, 2023
459c4ed
Merge branch 'master' into zixuan/3dunet
violetch24 May 8, 2023
fc85247
Merge branch 'master' into zixuan/3dunet
violetch24 May 10, 2023
60302cf
Merge branch 'master' into zixuan/3dunet
violetch24 May 17, 2023
0d9752c
Merge branch 'master' into zixuan/3dunet
violetch24 May 18, 2023
284c77e
fix for int8 accuracy
violetch24 May 18, 2023
c389934
Merge branch 'master' into zixuan/3dunet
violetch24 May 19, 2023
8733e99
minor fix
violetch24 May 19, 2023
babd06d
Merge branch 'master' into zixuan/3dunet
violetch24 May 19, 2023
008b13b
minor fix
violetch24 May 19, 2023
1113b8f
Merge branch 'master' into zixuan/3dunet
violetch24 May 22, 2023
c17c5c8
Merge branch 'master' into zixuan/3dunet
violetch24 May 22, 2023
44f2579
fix multiple instance issue
violetch24 May 22, 2023
d879176
minor fix
violetch24 May 23, 2023
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
replace sklearn
Signed-off-by: Cheng, Zixuan <zixuan.cheng@intel.com>
  • Loading branch information
violetch24 committed Apr 26, 2023
commit 77bc2af4e9864c17efd0fe5b3540c3d1ef2f532f
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@ function init_params {

# run_benchmark
function run_benchmark {
sed -i 's/sklearn/scikit-learn/g' ./nnUNet/setup.py
if [[ ${int8} == "true" ]]; then
extra_cmd="--int8"
else
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ function init_params {

# run_tuning
function run_tuning {
sed -i 's/sklearn/scikit-learn/g' ./nnUNet/setup.py
python run.py \
--model_dir=${input_model} \
--backend=pytorch --accuracy \