-
Notifications
You must be signed in to change notification settings - Fork 2.9k
word2vec add shuffle_batch #4400
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
base: dev-static
Are you sure you want to change the base?
Conversation
* PointNet++ and PointRCNN use new API
Fix some typos.
remove the CUDA_VISIBLE_DEVICES
* update1.7 save/load & fluid.data * update datafeed to dataloader
Bias attr of square conv should be "False" rather than None during training mode.
update new api for rrpn
* 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 * add func to load parm
* First version for VOT models. * Include SiamFC and ATOM. * A unified architecture for ATOM and Siames series models.
…ePaddle#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 * add note about VOT does not support windows platform!
* refine code, add infer module * update readme
|
word2vec模型增加shuffle_batch选项,利用“shuffle_batch_op“来产出负样例,非全局负采样。