We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c40dfd commit 30d4b53Copy full SHA for 30d4b53
image-classification/.floydignore
@@ -0,0 +1,23 @@
1
+
2
+# Directories to ignore when uploading code to floyd
3
+# Do not add a trailing slash for directories
4
5
+.git
6
+.eggs
7
+eggs
8
+lib
9
+lib64
10
+parts
11
+sdist
12
+var
13
14
+# Don't upload local data to Floyd
15
+checkpoint
16
+cifar-10-python.tar.gz
17
+cifar-10-batches-py
18
+image_classification.data-*
19
+image_classification.index
20
+image_classification.meta
21
+preprocess_batch_*.p
22
+preprocess_training.p
23
+preprocess_validation.p
0 commit comments