jaxmetaverse's picture
Upload folder using huggingface_hub
82ea528 verified
raw
history blame contribute delete
191 Bytes
import torch
class FunctionAdaCoF(torch.autograd.Function):
# end
@staticmethod
def forward(ctx, input, weight, offset_i, offset_j, dilation):
raise NotImplementedError()