-
I copy pasted the code from github:
https://github.com/tflearn/tflearn/blob/master/examples/images/resnext_cifar10.py
To a local python file and tried to run it with the following error:
`Inv…
-
The default model input size is 224~600. What adjustments should I make to fit CIFAR-10's 32x32?
```py
def efficientnet_params(model_name):
"""Get efficientnet params based on model name."""
…
-
Sincerely hope that you can upload the _. npy_ format of CIFAR-10 and ImageNet-10 in this project, as it is crucial for the project to run. Thank you very much for your help.
-
When reproducing results for CIFAR-10 in a non-independent and identically distributed (non-IID) setting, the accuracy from the code for FedGKT drops significantly after around 100 rounds. Is there a …
-
We reproduce the experiments for Cifar-10 according to run_backdoor_cv_task.sh. However, we cannot get the same results as in the paper. The backdoor accuracy is shown in the following figure,
wher…
-
Dear Claudio,
First, I would like to say that I appreciate you sharing this repository as an implementation of your paper experiments. Moreover, I cloned the repository, and have a question regardi…
-
Hi,
Thanks again for your help on previous issues.
Would you please confirm that the following commands are correct for replicating the `CIFAR-100`, `90%` accuracy result of `54.51`:
```
pyt…
-
meanstd = {
mean = {125.3, 123.0, 113.9},
std = {63.0, 62.1, 66.7},
}
is these values are in rgb or bgr order??
-
Hi,
the the CIFAR-10 dataset contains 'data' and 'labels' (see: https://www.cs.toronto.edu/~kriz/cifar.html). and 'data' is 10000x3072 numpy array of uint8s. Each row of the array stores a 32x32 col…
-
**Describe the bug**
I have two machines: a PC and a Laptop which I tried connecting to each other (they are connected to the same Wi-Fi network). I am running the basic example from get-started page…