Martijn
Results
2
comments of
Martijn
Did you figure out where the value comes from in the end? I had the same question and would like to use it on a different dataset for which fixed...
For what it's worth: In SCAN.py, replace ``` class SCAN(object): def __init__(self, cfg): self.cfg = cfg self.img_encoder = VAE.Encoder() self.img_decoder = VAE.Decoder() self.sym_encoder = MLP.Encoder() self.sym_decoder = MLP.Decoder() ``` by...