Viet Vo

Results 12 issues of Viet Vo

Hi When I run your repo (training code), dataloader reads file name from a file that keeps file name and label as you instructed. But I got a problem with...

Hello guys How can I evaluate pre-trained model? I am trying to follow Cat and Dog notebook to load "pre-trained" model as below ``` import torch from vit_pytorch.efficient import ViT...

Hi Pablormier I ran your example with parallel process: **from yabox import PDE** **PDE(lambda x: sum(x**2), [(-10, 10)]).solve()** Then I got an error as below: **PicklingError: Can't pickle : attribute...

Hi Pablormier I am using version 1.1.0. I cannot find 1.1.1. With 1.1.0 I got an error with ModuleNotFoundError: No module named 'yabox.utils'. Please help me on this issue. Thans

Hi I have trained several adversarial trained ensembles based on TorchEnsemble implementation. The results I got are very interesting and surprise me. To illustrate, I set the epsilon = 8/255,...

Hi BXuan I have downloaded the caltech256 dataset but not found dataset4u-trn.txt / dataset4u-val.txt. I guess you created it but I did not found it in your github. I do...

Hi BXuan I am playing around your code but I got a bug lik below. I downloaded Caltech256 as your instruction but it has a name like "256_object categories". I...

Hi I have ImageNet samples and did try to test your method on ImageNet but it seems that it causes out of memory. How did you address this issue? ```...

Hi I find your work interesting but I want to run on CIFAR-10. It seems that your repo is not implemented for CIFAR-10. Can you extend your implementation for CIFAR-10...

Hi Your published code does not have PyramidNet, isn't it? It seems timm has no PyramidNet too. I need to replicate your result with that model since it shows the...