Spaces:
Runtime error
Runtime error
File size: 137 Bytes
bab971b |
1 2 3 4 5 |
import torch.nn as nn
class Block(nn.Module):
def __init__(self, *args, **kwargs) -> None:
super().__init__(*args, **kwargs) |