Skip to content

fix cifar10 dataloader and model loading, test=develop#825

Merged
minghaoBD merged 5 commits intoPaddlePaddle:developfrom
minghaoBD:dygraph_load
Jun 29, 2021
Merged

fix cifar10 dataloader and model loading, test=develop#825
minghaoBD merged 5 commits intoPaddlePaddle:developfrom
minghaoBD:dygraph_load

Conversation

@minghaoBD
Copy link
Collaborator

Fix two issues:

  1. In dynamic graph mode, remove the unsqueeze operation for cifar10's label object. This was a helper process for the wrong label shape generated by Paddle framework. But now the issue has been solved on Paddle side so we catch it up.
  2. Clarify the format for the --pruned_model when calling demo/dygraph/unstructured_pruning/evaluate.py in the corresponding readme.

@minghaoBD minghaoBD requested a review from wanghaoshuang June 29, 2021 08:17
Copy link
Collaborator

@wanghaoshuang wanghaoshuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@minghaoBD minghaoBD merged commit da0f5a6 into PaddlePaddle:develop Jun 29, 2021
@minghaoBD minghaoBD deleted the dygraph_load branch June 29, 2021 11:23
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.

2 participants