Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How i can import a CRF layer in the latest version of keras 3? #20363

Open
Und3r1ine opened this issue Oct 16, 2024 · 1 comment
Open

How i can import a CRF layer in the latest version of keras 3? #20363

Und3r1ine opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.

Comments

@Und3r1ine
Copy link

No description provided.

@sachinprasadhs
Copy link
Collaborator

Hi, Thanks for reporting the issue.
CRF layer is not part of the keras layers.

For creating any layer functionality using Keras 3, you can create your own layer by subclassing layer like this.

@sachinprasadhs sachinprasadhs added type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited. stat:awaiting response from contributor labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Projects
None yet
Development

No branches or pull requests

2 participants