-
I would greatly appreciate it if you could enlighten me on the difference between running commands with OMP and IMP, respectively. Thank you.
-
# CIFAR-10 이미지 분류를 위한 CNN을 구성해보자! (Keras) - 호롤리한 하루
Overview이 문서에서는 CIFAR-10 dataset에 대한 이미지 분류를 Keras를 사용한 CNN(Convolution Neural Network)로 구현해보도록 하겠습니다.
[https://gruuuuu.github.io/machine-learning…
-
Hey guys, thanks for your nice work.
I am now trying to re-produce your result presented in the paper. However, I could not reach your result on cifar10 and cifar100. cifar10 is just a bit lower (71.…
-
Hello I am unable to run the example cifar10_densenet.py of the self. Can anyone help with this issue??
File "cifar10_densenet.py", line 80, in
verbose=2)
File "/home/arka/anaconda2/envs…
-
Hi @takerum, thanks for providing the code for the papers. I have several questions regarding reproducing the FID score of CIFAR10 in your cgan paper (page 14, table 3):
1. Is the FID score produce…
-
My cifar dataset:
batches.meta.txt data_batch_2.bin data_batch_4.bin readme.html
data_batch_1.bin data_batch_3.bin data_batch_5.bin test_batch.bin
when I run: python gan_cifar10 get error:…
-
I am attempting to reproduce your CIFAR10 supervised results from Table 1 (https://arxiv.org/pdf/1806.05236.pdf) using code from this repository. I cannot get within 0.5% of the following results:
…
-
### 🐛 Describe the bug
When I run a [vit experiment](https://github.com/hpcaitech/ColossalAI-Examples/tree/main/image/vision_transformer/hybrid_parallel) by the following command
```
node=76
pre…
-
So some changes was done to the code 4 days ago by the author, where he seems to have replaced cifar10 text files pointing to database, query and train images with MFlickr Dataset. Should the cifar 10…
-
Hi, I'm reading your code but I find there is no code about KDGAN on CIFAR10. Only MNIST is given. If possible, could you please give the kdgan code on CIFAR10 ?