Skip to content

Commit 1f0e188

Browse files
committed
Created using Colaboratory
1 parent 39f705c commit 1f0e188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

experiments/gmm/fab_gmm.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@
235235
"alpha = 2.0\n",
236236
"\n",
237237
"# AIS\n",
238-
"transition_operator_type = \"metropolis\"\n",
238+
"# By default we use a simple metropolis mcmc transition with a fixed step size.\n",
239+
"# Can switch this to 'hmc' to improve training efficiency. \n",
240+
"transition_operator_type = \"metropolis\" \n",
239241
"n_intermediate_distributions = 1\n",
240242
"metropolis_step_size = 5.0\n",
241243
"\n",

0 commit comments

Comments
 (0)