Skip to content

Commit 39bc798

Browse files
authored
Fix formatting of conditioning parameter in notebook
1 parent 03bff12 commit 39bc798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/notebooks/100_pbmc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
" time_encoder_dropout=0.0,\n",
760760
" hidden_dims=[2048, 2048, 2048],\n",
761761
" hidden_dropout=0.0,\n",
762-
" conditioning=\"concatenation\"\n",
762+
" conditioning=\"concatenation\",\n",
763763
" decoder_dims=[4096, 4096, 4096],\n",
764764
" vf_act_fn=nn.silu,\n",
765765
" vf_kwargs=None,\n",

0 commit comments

Comments
 (0)