Skip to content

Commit f5fba59

Browse files
committed
adapt cCM playground notebook [no ci]
1 parent e40624d commit f5fba59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/experimental/Continuous_Consistency_Model_Playground.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@
154154
" .to_array()\n",
155155
" # convert from numpy's default float64 to deep learning friendly float32\n",
156156
" .convert_dtype(\"float64\", \"float32\")\n",
157-
" # standardize all variables to zero mean and unit variance\n",
158-
" .standardize(momentum=None)\n",
159157
" # rename the variables to match the required approximator inputs\n",
160158
" .rename(\"theta\", \"inference_variables\").rename(\"x\", \"inference_conditions\")\n",
161159
")\n",
@@ -294,6 +292,7 @@
294292
"cm_approximator = bf.ContinuousApproximator(\n",
295293
" inference_network=inference_network,\n",
296294
" adapter=adapter,\n",
295+
" standardize=\"all\",\n",
297296
")"
298297
]
299298
},

0 commit comments

Comments
 (0)