ndbao2002 commited on
Commit
44fbcef
·
verified ·
1 Parent(s): e622aef

Update unet/DDPM_Unet.py

Browse files

Matched with google colab!

Files changed (1) hide show
  1. unet/DDPM_Unet.py +2 -2
unet/DDPM_Unet.py CHANGED
@@ -851,8 +851,8 @@ class Unet(nn.Module):
851
 
852
 
853
  # output dir
854
- save_path = 'unet/model'
855
- log_path = 'unet/log'
856
 
857
  if not os.path.exists(log_path):
858
  os.mkdir(log_path)
 
851
 
852
 
853
  # output dir
854
+ save_path = '/content/DDPM_ResNet_Unet/unet/model'
855
+ log_path = '/content/DDPM_ResNet_Unet/unet/log'
856
 
857
  if not os.path.exists(log_path):
858
  os.mkdir(log_path)