From 09dea930104dd4677b77d5663d8f64a8dce78a05 Mon Sep 17 00:00:00 2001 From: Denis COQUENET <denis.coquenet@insa-rouen.fr> Date: Wed, 17 Feb 2021 15:47:00 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba7e57..c674437 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ This repository contains trained model weigths from the paper "SPAN: a Simple Predict & Align Network forHandwritten Paragraph Recognition". -Code: https://github.com/FactoDeepLearning/SPAN \ No newline at end of file +Code: https://github.com/FactoDeepLearning/SPAN + +X.pt file is split as X.pt.parta, X.pt.partb, ... + +Original X.pt file can be obtained through: + +``` +cat X.pt.part* > X.pt +``` -- GitLab