We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f4159 commit 6fdb4b1Copy full SHA for 6fdb4b1
1 file changed
examples/regular/gumbel_softmax_example.ipynb
@@ -147,7 +147,8 @@
147
" This makes it equivalent to the previous implementation.\n",
148
" The source code will help you understanding how it works\"\"\"\n",
149
" def define_gan(self, activation_info = None):\n",
150
- " super().define_gan(activation_info=None)"
+ " optimizers = super().define_gan(activation_info=None)\n",
151
+ " return optimizers"
152
]
153
},
154
{
@@ -2166,7 +2167,7 @@
2166
2167
"name": "python",
2168
"nbconvert_exporter": "python",
2169
"pygments_lexer": "ipython3",
- "version": "3.8.11"
2170
+ "version": "3.8.13"
2171
2172
"orig_nbformat": 4
2173
0 commit comments