Replace nats_bench by soft link
This commit is contained in:
7
lib/layers/super_module.py
Normal file
7
lib/layers/super_module.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import torch.nn as nn
|
||||
|
||||
class SuperModule(nn.Module):
|
||||
def __init__(self):
|
||||
super(SuperModule, self).__init__()
|
||||
|
||||
|
Reference in New Issue
Block a user