Skip to content

Commit

Permalink
Fix names for Mechanic model download.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Wadden committed Mar 17, 2022
1 parent 9694d26 commit 5d7e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pretrained/get_dygiepp_pretrained.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ done


# Grab the MECHANIC models as well; they're in a different bucket.
for name in mechanic-coarse mechanic-granular
for name in coarse granular
do
if [ ! -f pretrained/mechanic-${name}.tar.gz ]
then
Expand Down

0 comments on commit 5d7e7d5

Please sign in to comment.