Open TheaperDeng opened 5 years ago
In model.py there are two typos for each run_{} function.
enc1.num_samples = 10 enc2.num_samples = 25
should be changed to
enc1.num_sample = 10 enc2.num_sample = 25
because the encoder class has variable self.num_sample
self.num_sample
In model.py there are two typos for each run_{} function.
should be changed to
because the encoder class has variable
self.num_sample