summaryrefslogtreecommitdiff
path: root/src/.gitattributes
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2020-11-08 12:54:20 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2020-11-08 12:54:20 +0100
commitbf418b1d0d809363b9a705fce30ec43216e8bea5 (patch)
tree963c94eb2a4b6a0cdac723b6700baa45033201b5 /src/.gitattributes
parentbeeaef529e7c893a3475fe27edc880e283373725 (diff)
Trying to get the CNNTransformer to work, but it is hard.
Diffstat (limited to 'src/.gitattributes')
-rw-r--r--src/.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/.gitattributes b/src/.gitattributes
new file mode 100644
index 0000000..eebe826
--- /dev/null
+++ b/src/.gitattributes
@@ -0,0 +1,5 @@
+text_recognizer/weights/CharacterModel_EmnistDataset_DenseNet_weights.pt filter=lfs diff=lfs merge=lfs -text
+text_recognizer/weights/CharacterModel_EmnistDataset_WideResidualNetwork_weights.pt filter=lfs diff=lfs merge=lfs -text
+text_recognizer/weights/CRNNModel_IamLinesDataset_ConvolutionalRecurrentNetwork_weights.pt filter=lfs diff=lfs merge=lfs -text
+text_recognizer/weights/LineCTCModel_EmnistLinesDataset_LineRecurrentNetwork_weights.pt filter=lfs diff=lfs merge=lfs -text
+text_recognizer/weights/LineCTCModel_IamLinesDataset_LineRecurrentNetwork_weights.pt filter=lfs diff=lfs merge=lfs -text