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

py_test and test_image_classification_train support argument #5934

Merged

Conversation

jacquesqiao
Copy link
Member

@jacquesqiao jacquesqiao commented Nov 27, 2017

fix: #5922

@reyoung reyoung added this to the Release 0.11.0 milestone Nov 27, 2017
@@ -1,5 +1,11 @@
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")

string(REPLACE "test_image_classification_train" "" TEST_OPS "${TEST_OPS}")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

done~

Copy link
Collaborator

@reyoung reyoung left a comment

Choose a reason for hiding this comment

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

Excellent!

@jacquesqiao jacquesqiao merged commit c9a9657 into PaddlePaddle:develop Nov 27, 2017
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.

fluid image classification should test both resnet and vgg
2 participants