-
EFCK updated
4 months ago
-
I think at line 164 the resnet decoder (https://github.com/eleannavali/resnet-18-autoencoder/blob/main/src/classes/resnet_using_basic_block_decoder.py#L164), the condition `self.inplanes != planes * b…
-
https://github.com/tenstorrent/tt-metal/actions/runs/8760060852/job/24044673852
We are skipping for FD2 merge. Disabled and will need to continue investigating.
-
How can I make the train.prototxt? I went wrong .
-
Hi, I reproduced your paper with resnet 18 and 2A100 GPU, batch_size: 1024 + cutmix, but my result is not good (about **72.004%**)
```
Epoch: [299][250/626] Time 1.088 (1.088) Speed 1882.005…
-
我没有对代码和除了dataset和masker位置以外的config设置进行更改,只是把resnet-18的文件夹里的三个文件替换了原始的resnet-50文件。并且在实验中我仔细检查确保了ETH-Gaze pitch,yaw翻转带来的问题(即代码中tester/total.py的97-98行,是否采用gtools.gazeto3d),然而我并没有成功复现出原文的结果,以ETH-Gaze作为源域,…
-
Hi, i have used your code with using pretrained models in http://models.tensorpack.com/ResNet/ImageNet-ResNet18.npz but it didnt work.
KeyError: 'conv0/W'
i think you have used another version …
-
Hi, do you use the torchvision ResNet-18 architecture for all the datasets?
I am a bit confused since CIFAR-100 is of size 32x32 and miniimagenet is of 84x84.
-
Hi,
Can example Resnet-18 run on CUDA ? I'm asking this for I got following error while trying to run Resnet-18 example with modifying target_backends to "cuda".
```error: 'scf.for' op upper bou…
-
Hi. great library. i have managed to run it on a nvidia Xavier NX with ~15FPS with 500 size images. Same "problem" of the others with also around 3G or ram consumed
i was wondering if its possible to…