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
From prints I gathered the @tf.function runs again, presumably because of the autographing, which in turn causes the generator to rerun and leads to this error.
I don't know if this is an issue with the convolution in the sonnet library or with my implementation/workflow but after hacking at it for several days any advice would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I am trying to write a gan with a convnet component with sonnet.
This is my base Conv function (there's some extra functionality to it but I'm trying to give a minimal example)
This is the simplified step function:
and this is the simplified gen_step function:
When I run this I get an error code from Conv2d. Here is the trace:
From prints I gathered the @tf.function runs again, presumably because of the autographing, which in turn causes the generator to rerun and leads to this error.
I don't know if this is an issue with the convolution in the sonnet library or with my implementation/workflow but after hacking at it for several days any advice would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: