Open kinkunchan opened 3 years ago
In the model.py, whenever we are setting the number of samples for the encoders (enc1.num_samples), we should use enc1.num_sample rather than enc.num_samples
model.py
enc1.num_samples
enc1.num_sample
enc.num_samples
In the
model.py
, whenever we are setting the number of samples for the encoders (enc1.num_samples
), we should useenc1.num_sample
rather thanenc.num_samples