Skip to content

Commit

Permalink
add self-supervised networks
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthcfong committed Jan 19, 2018
1 parent e4bce16 commit 7de7159
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions script/dlzoo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ set -e
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"

declare -a MODELS=(
"weakly_objectcentric"
"weakly_videotracking"
"weakly_audio"
"weakly_colorization"
"weakly_deepcontext"
"weakly_splitbrain"
"weakly_egomotion"
"weakly_videoorder"
"weakly_learningbymoving"
"weakly_solvingpuzzle"
"caffe_reference_imagenet" # alexnet-imagenet
#"caffe_reference_places205" # alexnet-places205
"caffe_reference_places365" # alexnet-places365
Expand All @@ -16,8 +26,8 @@ declare -a MODELS=(
"googlenet_places365" # googlenet-places365
"resnet-152-torch-imagenet" # resnet-imagenet
"resnet-152-torch-places365" # resnet-places365
"densenet161_imagenet"
"densenet161_places365"
#"densenet161_imagenet"
#"densenet161_places365"
)

for MODEL in "${MODELS[@]}"
Expand Down

0 comments on commit 7de7159

Please sign in to comment.