RamAnanth1 commited on
Commit
aff3d3b
1 Parent(s): 03bc7e7

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -133,7 +133,7 @@ class Model:
133
 
134
  with torch.no_grad():
135
  # extract condition features
136
- features_adapter = self.model_ad(im.to(device))
137
 
138
  shape = [4, 64, 64]
139
 
 
133
 
134
  with torch.no_grad():
135
  # extract condition features
136
+ features_adapter = self.model_ad_sketch(im.to(device))
137
 
138
  shape = [4, 64, 64]
139