OrganicTowel_ t1_j36xaw0 wrote on January 6, 2023 at 1:41 PM Reply to [P] Looking for a CRF python/pytorch library by Fluff269 You can try DGM https://github.com/Project-10/DGM. Although it's in c++, you can construct python bindings and make it work. I've used it for edge classification, something similar to what you're trying to do and it works nicely Permalink 1
OrganicTowel_ t1_j36xaw0 wrote
Reply to [P] Looking for a CRF python/pytorch library by Fluff269
You can try DGM https://github.com/Project-10/DGM. Although it's in c++, you can construct python bindings and make it work. I've used it for edge classification, something similar to what you're trying to do and it works nicely