Skip to content

Commit ae4d79e

Browse files
committed
reorganize for upload to Kaggle kernel
1 parent 6a6012b commit ae4d79e

80 files changed

Lines changed: 14 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ipynb_checkpoints/

HelloWorldDeepLearning.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": 1,
6-
"metadata": {
7-
"collapsed": true
8-
},
6+
"metadata": {},
97
"outputs": [
108
{
119
"name": "stdout",
@@ -304,7 +302,7 @@
304302
"name": "python",
305303
"nbconvert_exporter": "python",
306304
"pygments_lexer": "ipython3",
307-
"version": "3.6.1"
305+
"version": "3.6.6"
308306
}
309307
},
310308
"nbformat": 4,

data.zip

13.1 MB
Binary file not shown.

data/test.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
subdirs=$(ls -D ../Results/AllResults/*/)
2+
while read line; do
3+
for subdir in $subdirs; do
4+
filepath="../Results/AllResults/${subdir}${line}.png"
5+
if [ -e "$filepath" ]; then
6+
cp $filepath ./NonsinglezeroQA
7+
else
8+
echo "file not found in ${subdir}"
9+
fi
10+
done
11+
done < Nonsinglezero2012processed.txt

data/train/abd/abd_train_001.png

35.7 KB

data/train/abd/abd_train_002.png

52.2 KB

data/train/abd/abd_train_003.png

76.7 KB

data/train/abd/abd_train_004.png

64.6 KB

data/train/abd/abd_train_005.png

67.2 KB

data/train/abd/abd_train_006.png

93.8 KB

0 commit comments

Comments
 (0)