Release 0.3.3 is now public #117
ianyfan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This update features contributions from participants in unitaryHACK 2023:
Many thanks to all who participated.
This update also contains the following changes:
Added:
DiagramRewriter
is a new class that rewrites diagrams by looking at the diagram as a whole rather than by using rewrite rules on individual boxes. This includes an exampleUnifyCodomainRewriter
which adds an extra box to the end of diagrams to change the output to a specified type. (credit: A.C.E07)Trainer
using the parameterearly_stopping_interval
.Fixed:
PennyLaneModel
, SymPy symbols are now substituted during the forward pass so that gradients are back-propagated to the original parameters.BobcatParser
from being unpickled has been fixed.This discussion was created from the release 0.3.3.
Beta Was this translation helpful? Give feedback.
All reactions