Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 596621069
  • Loading branch information
bloops authored and The swirl_dynamics Authors committed Jan 8, 2024
1 parent 7af096c commit 959d06f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
},
"outputs": [],
"source": [
"from clu import metric_writers\n",
"import jax\n",
"import jax.numpy as jnp\n",
"import optax\n",
Expand Down Expand Up @@ -289,6 +290,7 @@
" trainer=trainer,\n",
" workdir=workdir,\n",
" total_train_steps=num_train_steps,\n",
" metric_writer=metric_writers.create_default_writer(workdir, asynchronous=False),\n",
" metric_aggregation_steps=20,\n",
" eval_dataloader=eval_dataloader,\n",
" eval_every_steps = 1000,\n",
Expand Down Expand Up @@ -656,6 +658,10 @@
"accelerator": "GPU",
"colab": {
"gpuType": "T4",
"last_runtime": {
"build_target": "//learning/grp/tools/ml_python:ml_notebook",
"kind": "private"
},
"private_outputs": true,
"provenance": [
{
Expand Down

0 comments on commit 959d06f

Please sign in to comment.