-
I wonder if it is enough to specify "supervised=True" of feeds method for supervised learning?
I set supervised parameter to true for cifar but I am getting an error. (I also tried lfw and getting t…
-
I have read the paper on Pure Noise to the Rescue of Insufficient Data and found it very simple and exciting. However, I have the following questions:
1. When will the code be available?
2. Are the …
-
Thanks for sharing the code of this valuable work.
Following the results of your work, I wonder hyperparameters for reproduce of Table 3.
Currently, the hyperparameter setting in 'args.py' does not …
-
function [dataset, param] = load_data(dataname)
switch dataname
case 'CIFAR-10'
load ./data/CIFAR-10.mat LAll IAll param;
case 'NUS-WIDE'
load ./data/NUS-WIDE.mat LAll IAl…
-
- Hypothesis: this will vastly improve adversarial training of sparse input
-
Thank you for awesome review. i have some basic questions on this paper.
1. What is clean sample in this paper?
2. is training setting same in CIFAR-10 and CIFAR-100? (epoch, etc.)
Thank you
-
I was trying to train a classifer on CIFAR-10 and followed the steps given by
[https://pjreddie.com/darknet/train-cifar/ ](url)
I used this command: ./darknet classifier train cfg/cifar.data c…
-
Hi all,
While following the instructions for installation from [here](https://pjreddie.com/darknet/install/) I am unable to `make` once inside the darknet folder. I've made no changes to the Makefi…
-
Hi, I was wondering if it is alright to add ResNeXt model building code from the paper [Aggregated Residual Transformations for Deep Neural Networks](https://arxiv.org/pdf/1611.05431.pdf) without pre-…
-
Hi,
I have downloaded the cifar-10 dataset using the setup.sh and now I am trying to run the model:
`run_cifar_train.py --dataset cifar-10 --model revnet-38
`
And I get the error:
```
I326…