8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
remove the CUDA_VISIBLE_DEVICES
Sorry, something went wrong.
Update run_classifier_multi_gpu.sh
477fd35
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d18e7d0
add similarity_net dygraph (#4289)
6e50942
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygraph Co-authored-by: pkpk <xiyzhouang@gmail.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com>
update similarity_net dygraph (#4291)
c382928
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygraph * fix similarity_net dygraph Co-authored-by: pkpk <xiyzhouang@gmail.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com>
Refine api of emotion detection and dialogue domain classification (#…
aa0cb2e
…4308) * Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * 17 update api (#4294) * update1.7 save/load & fluid.data * update datafeed to dataloader * Update resnet_acnet.py (#4297) Bias attr of square conv should be "False" rather than None during training mode. * test=develop Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: zhang wenhui <frankwhzhang@126.com> Co-authored-by: parap1uie-s <parap1uie-s@users.noreply.github.com>
fix bugs of dygraph/similarity_net (#4322)
e17aa94
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygraph * fix similarity_net dygraph * fix bugs of dygraph/similarity_net Co-authored-by: pkpk <xiyzhouang@gmail.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com>
Fix some bugs running on the GPU of dygraph/similarity_net (#4334)
fd1ee0e
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygr 8000 aph * fix similarity_net dygraph * fix bugs of dygraph/similarity_net * Fix some bugs running on the GPU of dygraph/similarity_net Co-authored-by: pkpk <xiyzhouang@gmail.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com>
fix a bug in pointwise mode of dygraph/similarity_net (#4339)
a027cb5
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygraph * fix similarity_net dygraph * fix bugs of dygraph/similarity_net * Fix some bugs running on the GPU of dygraph/similarity_net * fix a bug in pointwise mode of dygraph/similarity_net Co-authored-by: pkpk <xiyzhouang@gmail.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com>
refactor the PaddleNLP (#4351)
f492ae4
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * 17 update api (#4294) * update1.7 save/load & fluid.data * update datafeed to dataloader * Update resnet_acnet.py (#4297) Bias attr of square conv should be "False" rather than None during training mode. * test=develop * test=develop * test=develop * test=develop * test Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: zhang wenhui <frankwhzhang@126.com> Co-authored-by: parap1uie-s <parap1uie-s@users.noreply.github.com>
Add word2vec dygraph model (#4357)
5bc12f6
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * 17 update api (#4294) * update1.7 save/load & fluid.data * update datafeed to dataloader * Update resnet_acnet.py (#4297) Bias attr of square conv should be "False" rather than None during training mode. * move danet to Paddle/Contrib (#4285) * update new api for rrpn (#4296) update new api for rrpn * Fix transformer save_inference_model (#4306) * upgrade save and load interface (#4311) * upgrade dcn and xdeepfm, change from all old save/load api to fluid.save and fluid.load * test=develop * modify save and load to 1.7 api for rrpn (#4310) * modify save and load to 1.7 api * add func to load parm * Add VOT models (#4257) * First version for VOT models. * Include SiamFC and ATOM. * A unified architecture for ATOM and Siames series models. * update vot code (#4338) * [VOT]Remove local.py generate step, add tracking gif to README (#4344) * update vot code * remove local.py generate step, add tracking gif to README * fix word usage in readme * add got10k download website * add pip install paddlepaddle-gpu * fix word usage * do not print stack frame when train process killed (#4346) * do not print stack frame when train process killed * add note about VOT does not support windows platform! * test=develop add word2vec demo Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: zhang wenhui <frankwhzhang@126.com> Co-authored-by: parap1uie-s <parap1uie-s@users.noreply.github.com> Co-authored-by: wangguanzhong <jerrywgz@126.com> Co-authored-by: chengjuntao <18222160892@163.com> Co-authored-by: liu zhengxi <380185688@qq.com> Co-authored-by: xujiaqi01 <173596896@qq.com> Co-authored-by: Double_V <liuvv0203@163.com>
fix bugs of PaddleNLP/similarity_net & dygraph/similarity_net (#4362)
851c8c5
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygraph * fix similarity_net dygraph * fix bugs of dygraph/similarity_net * Fix some bugs running on the GPU of dygraph/similarity_net * fix a bug in pointwise mode of dygraph/similarity_net * fix a bug of paddleNLP/similarity_net * fix a bug and remove unuse files of dygraph/similarity_net Co-authored-by: pkpk <xiyzhouang@gmail.com> Co-authored-by: Kaipeng Deng <dengkaipeng@baidu.com>
kuke kuke approved these changes
Successfully merging this pull request may close these issues.