Replies: 2 comments 2 replies
-
Hi @MaxMalmer What do you want exactly? Couldn't a model with a CRF created in python be opened in cppflow? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think that still, the easiest way to go is to load a model created with python. If you have the weights that means that you already trained the model, right? Thus you could save it. The cppflow wrapper is quite lightweight and thus only let you do basic tensor operations and load models. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, hope your having an awesome day!
I was wondering if anyone has implemented a CRF wrapper implementation in cppflow? I was thinking of doing it myself as I can't seem to find an open source solution.
Beta Was this translation helpful? Give feedback.
All reactions