We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b549f commit 3d166e5Copy full SHA for 3d166e5
.gitattributes
@@ -0,0 +1,14 @@
1
+*.bin filter=lfs diff=lfs merge=lfs -text
2
+*.model filter=lfs diff=lfs merge=lfs -text
3
+*.caffemodel filter=lfs diff=lfs merge=lfs -text
4
+*.binaryproto filter=lfs diff=lfs merge=lfs -text
5
+*.JPG filter=lfs diff=lfs merge=lfs -text
6
+*.jpg filter=lfs diff=lfs merge=lfs -text
7
+
8
+# Tensorflow models
9
+*.tfmodel filter=lfs diff=lfs merge=lfs -text
10
11
+# Git repo will normalize line endings by automatically storing all text based files using Unix style line endings.
12
+# When a Windows user checks out the repo they will get Windows style line endings for all text based files,
13
+# likewise when a Linux user checks out the repo they will get Unix style line endings.
14
+* text=auto
0 commit comments