You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the flow/transformation architectures that are requested and/or implemented. You are welcome to request new architectures. If you wish to contribute to Zuko, this list is the perfect place to start.
Typically, implementing a new flow architecture consists in adding a new transformation in zuko/transforms.py and a new class in the zuko/flows/ directory. NSF and SOSPF are great examples. Sometimes, a special LazyTransform needs to be implemented to take into account the specificities of the architecture. NAF and GF are such examples.
Description
This issue tracks the flow/transformation architectures that are requested and/or implemented. You are welcome to request new architectures. If you wish to contribute to Zuko, this list is the perfect place to start.
Typically, implementing a new flow architecture consists in adding a new transformation in
zuko/transforms.py
and a new class in thezuko/flows/
directory. NSF and SOSPF are great examples. Sometimes, a specialLazyTransform
needs to be implemented to take into account the specificities of the architecture. NAF and GF are such examples.List of requested flows
The text was updated successfully, but these errors were encountered: