-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Clean train #201
Clean train #201
Conversation
Track related LOG: commit 623a419538564aa91fb02b71d57e2576979c127b
commit ae24f3d3b08517f6b6ee9cc07a89ebf22e059809 git show 623a419538564aa91fb02b71d57e2576979c127b |
const std::shared_ptr<GradientMachine> &gradientMachine, | ||
const std::shared_ptr<DataProvider> &dataProvider, | ||
const std::shared_ptr<DataProvider> &testDataProvider) { | ||
bool testing) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This interface is used by other projects. Also used by recent pull request: https://github.com/baidu/Paddle/pull/193/files#diff-71eb11a1ef9cbe77f5e207dc915cc8b6
add detection doc in api_guide
* delete useless code * delete useless code * update jenkinsfile Co-authored-by: haichengj <[email protected]>
…e#201) Co-authored-by: Zeyu Chen <[email protected]>
…ce-lib try again
Co-authored-by: root <[email protected]>
* add dump_walk_path (#193) * add dump_walk_path; test=develop * add dump_walk_path; test=develop * add dump_walk_path; test=develop * Add multiple CPU communication, parameter query and merging functions, support batch alignment between multiple cards (#194) * compatible with edge_type of src2dst and src2etype2dst (#195) * do not merge_feature_shard when using metapath_split_opt (#198) * support only load reverse_edge (#199) * refactor GraphTable (#201) * fix * fix * fix code style * fix code style * fix test_dataset * fix hogwild worker * fix code style * fix code style * fix code style * fix code style * fix code style. * fix code style. --------- Co-authored-by: danleifeng <[email protected]> Co-authored-by: qingshui <[email protected]> Co-authored-by: Webbley <[email protected]> Co-authored-by: huwei02 <[email protected]>
* fix readme
I found 3 variables always are null, and verified it with source code and compiling.
Check it within internal opensource, external opensource, metric learning usage.. Passed compilation. So, Just remove them ?
Maybe I am wrong, but clean it necessary if I am right.
@emailweixu @hedaoyuan @reyoung