Replies: 1 comment 1 reply
-
Hi Ben, On the top of my list at the moment is support of handwritten formulae. The second item would be to compile the model into torchscript or onnx formats. That turned out to be more challenging than expected. The main problem is that the image input size can be dynamic but that doesn't play well with the tracing/scripting methods. Next, I want to reduce the model size through distillation. At the moment the weights are ~100 Mb, which is not bad for the performance, but it would be better to reduce it anyway. That's the situation at the moment. Is there something you want to try out? |
Beta Was this translation helpful? Give feedback.
-
This is a fantastic tool and I would be interested in contributing, either on the ML or software eng side. Do you have any wishlist of ideas / backlog of tasks? I see there are some TODOs and projects. If you add a bit more detail to the current tasks, I'd be happy to contribute.
Beta Was this translation helpful? Give feedback.
All reactions