<Yun>
<Yun>
what would be the possible reason for these kind of phenomenon? actually I also tried to use PIL, matlab and cv2 to do BICUBIC downsampling and they all shows different...
Can someone upload these 3 files to some other places? i cannot download the pre-train file...
my suggestion is to find pytorch implementations instead of TF related code now... sorry because I tried quite amount of models and already forget how to fix the bug I...
The problem is because in you network, you define the "Prior" as a nn.Parameter. for those who directly import the model and load the *.model file, I just change the...
in your jupyter notebook class MLNet(nn.Module): def __init__(self,prior_size): super(MLNet, self).__init__() # some code # prior initialized to ones **self.prior = nn.Parameter(torch.ones((1,1,prior_size[0],prior_size[1]), requires_grad=True))** I just change this from **nn.Parameter** into **nn.Variable**...
Hi, Firstly thanks for your contribution. I tested the code on dvsgestrue...and the best accuracy(top1) I can obtain here is 95.48 instead of 97 in the paper...which i think is...
Hi @fangwei123456, thanks for your zip file. I reinstalled the SpikingJelly from source, and its latest now. The MultiStepLIFNode provided in your zip is better than MultiStepParametricLIFNode in the repo,...
@fangwei123456 thanks so much for your help and your kindness! have a nice day!
@huangleiBuaa Thank you, i have figured out how to apply ZCA.
> I tried to get change points using KTS code. > But i couldn't get proper change points. > > If someone get change points using KTS, please help me?...