Views
No views yet
1model = Adder.from_pretrained(os.path.dirname(__file__)) 2print(model(torch.tensor(3123), torch.tensor(5929)))
tensor(9052)