Replace nats_bench by soft link

This commit is contained in:
D-X-Y
2021-03-17 10:06:29 +00:00
parent 9046a4e87c
commit 95e304495f
13 changed files with 48 additions and 2047 deletions

View File

@@ -0,0 +1,7 @@
import torch.nn as nn
class SuperModule(nn.Module):
def __init__(self):
super(SuperModule, self).__init__()