vfontech commited on
Commit
5302eb3
·
verified ·
1 Parent(s): 8f97a19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -66,8 +66,7 @@ img0 = transforms(Image.open(img0_path).convert("RGB")).unsqueeze(0).cuda()
66
  img2 = transforms(Image.open(img2_path).convert("RGB")).unsqueeze(0).cuda()
67
  tau = 0.5
68
 
69
- with torch.no_grad():
70
- img1 = model.reverse_process([img0, img2], tau)
71
 
72
  plt.figure(figsize=(10, 5))
73
  plt.subplot(1, 3, 1)
 
66
  img2 = transforms(Image.open(img2_path).convert("RGB")).unsqueeze(0).cuda()
67
  tau = 0.5
68
 
69
+ img1 = model.reverse_process([img0, img2], tau)
 
70
 
71
  plt.figure(figsize=(10, 5))
72
  plt.subplot(1, 3, 1)