You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
i want to retrain the model in douban dataset
but i got oov error
my gpu is Tesla M40(11448MiB)
mem free 141G
anything i can do except change batch_size?
The text was updated successfully, but these errors were encountered:
YFwang1992
changed the title
oov promblem in training
oov problem in training
Dec 12, 2018
You can save your memory by using float16 instead of float32, put different variables on different GPUs, or reduce the number of self-attention-layers. Also, you can consider using Baidu Yun, there may be some discounts for new users.
Hi
i want to retrain the model in douban dataset
but i got oov error
my gpu is Tesla M40(11448MiB)
mem free 141G
anything i can do except change batch_size?
The text was updated successfully, but these errors were encountered: