JiantaoLin
new
2fe3da0
raw
history blame contribute delete
105 Bytes
import torch
class Renderer():
def __init__(self):
pass
def forward(self):
pass