Chengcheng-Guo

Results 3 comments of Chengcheng-Guo

The code selects samples with large entropy. Code `np.argsort(scores)[::-1][:self.coreset_size]`select samples with smaller scores, where scores are negative of the entropy. Smaller score means larger entropy. For example, there are two...

Hi! Unfortunately, it does not select adaptive coresets currently. DeepCore is developed on the setting that a fixed coreset $\mathcal{S}$ is extracted from $\mathcal{T}$, and we train our model $\theta_\mathcal{S}$...

For Tab. 1, here is the parameters. `python -u main.py --fraction 0.5 --dataset CIFAR10 --data_path ~/datasets --num_exp 1 --workers 10 --optimizer SGD -se 10 --selection Glister --model ResNet18 --lr 0.1...