Spaces:
Running
on
A100
Running
on
A100
File size: 105 Bytes
ad06aed |
1 2 3 4 5 6 7 8 |
import torch
class Renderer():
def __init__(self):
pass
def forward(self):
pass |