Skip to content

Commit

Permalink
fix: Gumbel-Softmax notebook optimizers update
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsantos-ds committed Apr 19, 2022
1 parent e2f4159 commit 6fdb4b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/regular/gumbel_softmax_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@
" This makes it equivalent to the previous implementation.\n",
" The source code will help you understanding how it works\"\"\"\n",
" def define_gan(self, activation_info = None):\n",
" super().define_gan(activation_info=None)"
" optimizers = super().define_gan(activation_info=None)\n",
" return optimizers"
]
},
{
Expand Down Expand Up @@ -2166,7 +2167,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.11"
"version": "3.8.13"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit 6fdb4b1

Please sign in to comment.