New and improved NN library system in penzai.experimental.v2
#50
danieldjohnson
announced in
Announcements
Replies: 2 comments 2 replies
-
Do we need to expect tools unrelated to the new layer system to be deprecated (e.g. like auto_nmap or type aliases like LayerLike) or will those be preserved in 0.2.0? |
Beta Was this translation helpful? Give feedback.
1 reply
-
What is the recommended api for implementing checked layer calls in v2? I noticed that the new Layer class does not have an |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Release 0.1.3 includes a redesign of Penzai's neural network components to reduce boilerplate, make it easier to manipulate models, and open the door to future improvements. Key changes:
For a detailed walkthrough of the changes, see this documentation page.
We are currently planning to deprecate the original
penzai.nn
andpenzai.data_effects
system and replace them with this new system for release v0.2.0. (This will be a breaking change, although we plan to keep the old system available in a deprecated submodule to simplify migration.)Please try out the new system and give feedback!
Beta Was this translation helpful? Give feedback.
All reactions