changwh5 commited on
Commit
e53974a
1 Parent(s): 0673f64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -28,7 +28,6 @@ def load_model(self,model_path):
28
  self.model.load_state_dict(torch.load(model_path))
29
 
30
  def init_GAN(self):
31
- #load the pre-trained model
32
  print('load the pre-trained model')
33
 
34
  data_set = self.config.ds_name
 
28
  self.model.load_state_dict(torch.load(model_path))
29
 
30
  def init_GAN(self):
 
31
  print('load the pre-trained model')
32
 
33
  data_set = self.config.ds_name