Skip to content

Commit def3625

Browse files
committed
Val interval fix
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent a1b550f commit def3625

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generation/3d_ddpm/3d_ddpm_tutorial.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
},
624624
{
625625
"cell_type": "code",
626-
"execution_count": 14,
626+
"execution_count": null,
627627
"id": "092eb6a0",
628628
"metadata": {
629629
"lines_to_next_cell": 2
@@ -640,7 +640,6 @@
640640
],
641641
"source": [
642642
"model.eval()\n",
643-
"model.load_state_dict(torch.load(\"model_0039.pth\"))\n",
644643
"noise = torch.randn((1, 1, 32, 40, 32))\n",
645644
"noise = noise.to(device)\n",
646645
"scheduler.set_timesteps(num_inference_steps=1000)\n",

0 commit comments

Comments
 (0)