[go: nahoru, domu]

Skip to content

Commit

Permalink
updating the weights download fil
Browse files Browse the repository at this point in the history
  • Loading branch information
scnakandala committed Mar 30, 2019
1 parent 3425ac6 commit 4d95b7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code-release/download_cnn_weights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ mv inception3_weights_ptch.h5 core/python
wget http://supun.ucsd.edu/krypton/cnn_weights/vgg16_weights_ptch.h5
mv vgg16_weights_ptch.h5 core/python

for dataset in 'oct' 'chest'
do
for model in 'vgg16' 'resnet18' 'inception3'
do
wget "http://supun.ucsd.edu/krypton/cnn_weights/"$dataset"_"$model"_ptch.h5";
mv $dataset"_"$model"_ptch.h5" core/python;
done
done

0 comments on commit 4d95b7a

Please sign in to comment.