FuryMartin
FuryMartin
> @miko8422 @Little-LinNian 也许是你自己的语料太少了吧,它这个默认是8000个验证集。试试用`--val_num 100` 或者是更小的值试试? 有用,感谢
> 我也遇到这个问题了,好奇怪啊 见:https://github.com/yangjianxin1/GPT2-chitchat/issues/79#issuecomment-941684250 中 [r1cebank](https://github.com/r1cebank) 的回答
> 我的解决: 下载release中的预训练模型,解压后放在pkuseg-python/pkuseg/models下(每个领域单独放在一个文件夹),把mixed文件夹重命名为default 实测有效。 将 `mixed` 文件夹解压到 `pkuseg-python/pkuseg/models/defalut` 下,使用 `seg = pkuseg.pkuseg()` 即可正常调用
> Hello, > > I'm the copyright owner of task spooler. I'm surprised you republished my program, added yourself as author and copyright owner, and published a new version under...
相同问题 HTTP response header was bad or unexpected.
> I don't know what language that is. But since it involves Angular/HTML, I assume you asked for some code? He means the code is truncated. He wants to get...
Still have this problem using Windows App SDK v1.2.230118.102
尝试修改了QThread来预加载模型,但无法成功,原因是后续将model传入pool中函数后会发生奇怪的报错,模型无法正确加载到pool中的函数里: ``` WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built. `model.compile_metrics` will be empty until you train or evaluate the model. ``` 暂时找不到解决方案,搁置
> Hello @MooreZheng, Thanks for your response. I followed the instructions mentioned in the [Quick Start](https://ianvs-dev.readthedocs.io/en/stable/guides/quick-start.html#quick-start) guide. I faced the same issues as @octonawish-akcodes (a bunch of compatibility issues, it...
> duplicate of #336? > > Looks like you could fix it with `ncols=150` or similar, `screen` seems to be reporting too many `ncols`. This works for me. I set...