Fixed conversion to matrix, although it is still a mess, will fix later

This commit is contained in:
2024-02-22 19:36:45 -06:00
parent b9e8521b19
commit 040b07a17e
6 changed files with 290 additions and 61 deletions

View File

@@ -6,5 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
relm4="0.6.*"
rten-tensor = "0.4.*"
relm4 = "0.6.*"
rten-tensor = "0.3.*"
rten = "0.3.1"
ocrs = "0.4.*"