Skip to content

Releases: Rishit-dagli/Perceiver

v0.1.2

26 Apr 13:47
ca44960
Compare
Choose a tag to compare

Fixed an error if used when decorated with @tf.function that it tries to make a variable when not in the first call (#20 )


Many thanks 🙏 to @abred for pointing this out

v0.1.1

13 Apr 10:31
Compare
Choose a tag to compare

This release adds an example to demonstrate the use of this package.

v0.1.0

13 Apr 10:05
3eab441
Compare
Choose a tag to compare

This is the initial release of Perceiver and implements Perceiver Model as a tf.keras.Model class.