Commit 1bf0d8d4 authored by Tony-Y's avatar Tony-Y Committed by mcarilli
Browse files

LARC needs no Variable (#461)

Remove torch.autograd.Variable
parent 7fa74925
import torch import torch
from torch import nn from torch import nn
from torch.autograd import Variable
from torch.nn.parameter import Parameter from torch.nn.parameter import Parameter
class LARC(object): class LARC(object):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment