Update networks

This commit is contained in:
Andras Schmelczer 2024-06-22 15:01:02 +01:00
parent 0e4fe7ab63
commit b7755bfea8
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
9 changed files with 173 additions and 144 deletions

View file

@ -0,0 +1,10 @@
import torch.nn as nn
import torch.nn.functional as F
class Dummy(nn.Module):
def __init__(self, **_):
super(Dummy, self).__init__()
def forward(self, x):
return x