Skip to content

Commit

Permalink
slight changes to create lmdb code
Browse files Browse the repository at this point in the history
  • Loading branch information
GilLevi100 committed Oct 19, 2015
1 parent 545254d commit 09f2cd8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions DataPreparationCode/create_lmdb_test_fold_0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ else
RESIZE_WIDTH=0
fi

if [ ! -d "$DATA" ]; then
echo "Error: DATA is not a path to a directory: $DATA"
echo "Set the DATA variable in create_imagenet.sh to the path" \
"where the ImageNet training data is stored."
exit 1
fi



Expand Down
6 changes: 0 additions & 6 deletions DataPreparationCode/create_lmdb_test_fold_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ else
RESIZE_WIDTH=0
fi

if [ ! -d "$DATA" ]; then
echo "Error: DATA is not a path to a directory: $DATA"
echo "Set the DATA variable in create_imagenet.sh to the path" \
"where the ImageNet training data is stored."
exit 1
fi



Expand Down
6 changes: 0 additions & 6 deletions DataPreparationCode/create_lmdb_test_fold_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ else
RESIZE_WIDTH=0
fi

if [ ! -d "$DATA" ]; then
echo "Error: DATA is not a path to a directory: $DATA"
echo "Set the DATA variable in create_imagenet.sh to the path" \
"where the ImageNet training data is stored."
exit 1
fi



Expand Down
6 changes: 0 additions & 6 deletions DataPreparationCode/create_lmdb_test_fold_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ else
RESIZE_WIDTH=0
fi

if [ ! -d "$DATA" ]; then
echo "Error: DATA is not a path to a directory: $DATA"
echo "Set the DATA variable in create_imagenet.sh to the path" \
"where the ImageNet training data is stored."
exit 1
fi



Expand Down
6 changes: 0 additions & 6 deletions DataPreparationCode/create_lmdb_test_fold_4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ else
RESIZE_WIDTH=0
fi

if [ ! -d "$DATA" ]; then
echo "Error: DATA is not a path to a directory: $DATA"
echo "Set the DATA variable in create_imagenet.sh to the path" \
"where the ImageNet training data is stored."
exit 1
fi



Expand Down

0 comments on commit 09f2cd8

Please sign in to comment.