mountains-high

Results 11 comments of mountains-high

Hi @fcakyon Could you help me to solve this issue please? ```There are 500 listed files in folder anno. Converting labelme annotations to COCO format: 0%| | 0/500 [00:00

@May-forever, did you find the solution?

Hi @nitin-rathi , Thank you for providing the great work. I want to ask the same question: "If we just run the snn.py without a pretrained ann model,Does this mean...

> Thank you for posting the issue with pre-trained VGG11. The classifier of pre-trained VGG11 has different configurations which lead to weight mismatch error while loading the model. I have...

These two below gotten from the original source ```DI/cifar10```: https://github.com/NVlabs/DeepInversion/blob/6d64b65c573a8229844c746d77993b2c0431a3e5/cifar10/deepinversion_cifar10.py#L184 ```loss_var = torch.norm(diff1) + torch.norm(diff2) + torch.norm(diff3) + torch.norm(diff4)``` and https://github.com/NVlabs/DeepInversion/blob/6d64b65c573a8229844c746d77993b2c0431a3e5/cifar10/deepinversion_cifar10.py#L177 ```loss = loss + l2_coeff * torch.norm(inputs_jit, 2)``` Which...

Hi, Did you call ``functional.reset_net(model)`` ? Previously, I also faced a similar issue. The problem has solved after resetting the net. Hope this solves your issue.

Hi, in that case, maybe you could also play with T (timestep), which takes a crucial role in accuracy and allocation. However, it looks strange, if you have reset, the...

> It is a speicific verison, not 0.0.0.0.6: > > `git reset --hard 2958519df84ad77c316c6e6fbfac96fb2e5f59a3` Hello! Thank you for your work. Currently, I am using this specific version. I wanted to...

Thank you for your response. I'm sorry to ask an unrelated question under this opened issue. 1. git clone https://github.com/fangwei123456/spikingjelly.git 2. cd spikingjelly/ 3. python setup.py install ``` Traceback (most...

Thank you. I tried that way, I thought it might be spikingjelly's setuptools. ![image](https://user-images.githubusercontent.com/82306310/156692715-5ce2d174-78f7-4b92-af2c-68de0d0f27e1.png)