Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug in datasets: #98

Merged
merged 1 commit into from
Dec 29, 2021
Merged

fix bug in datasets: #98

merged 1 commit into from
Dec 29, 2021

Conversation

178vit
Copy link
Contributor

@178vit 178vit commented Dec 3, 2021

The ‘model’ parameter value should be ‘train’, or ‘test’ but not 'val' in datasets.py,According to paddlepaddle's API: Cifar10 and Cifar100 datasets,mode (str) – ‘train’, ‘test’ mode. Default ‘train’.

mode Parameter is ‘train’, or ‘test’ not 'val' According to paddlepaddle's API Cifar10 and Cifar100 datasets.
@CLAassistant
Copy link

CLAassistant commented Dec 3, 2021

CLA assistant check
All committers have signed the CLA.

@xperzy
Copy link
Collaborator

xperzy commented Dec 29, 2021

LGTM

@xperzy xperzy merged commit 386a30a into BR-IDL:develop Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants