parkourcx

Results 5 issues of parkourcx

I have pretrained an albert using my own data(chinese language), then I wanted to use this pretained model into downstream tasks, but I got this error when I load my...

always got OOM issue when running Evaluation. I got a 1080Ti with 12GB men , it shouldn't be a problem. my test file is about 3mb, 460000 lines.

batch size 64, killed by OS after 123 steps

Bi-directional lstm中文分词里,报错tensorflow.python.framework.errors_impl.InvalidArgumentError: Received a label value of -2147483648 which is outside the valid range of [0, 5). Label values: -2147483648 -2147483648 2 3 -2147483648 0 0 0 0 0 0...

我在运行elmo的时候也遇到了“ValueError: setting an array element with a sequence.”的错误。我的疑问是,句子长度小于Maxlen的话怎么处理呢,要如何处理?