zhougoodman
zhougoodman
--------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 252 253 if __name__ == '__main__': --> 254 main() in main() 208 init_seed(options) 209 --> 210 tr_dataloader = init_dataloader(options, 'train') 211 val_dataloader...
# it seems to be some issue with the code in sam.py forward function: if self.linear: output = self.input_layer(data, noise, adj_matrix * self.skeleton) # it change the graph cause autobackward...