Skip to content

Commit

Permalink
Remove useless inner jit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577316748
  • Loading branch information
mtthss authored and OptaxDev committed Apr 30, 2024
1 parent 8a3ee74 commit b78d9cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/meta_learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
},
"outputs": [],
"source": [
"@jax.jit\n",
"def outer_loss(eta, theta, state, samples):\n",
" state.hyperparams['learning_rate'] = jax.nn.sigmoid(eta)\n",
"\n",
Expand Down

0 comments on commit b78d9cd

Please sign in to comment.