JD Wu

Results 30 comments of JD Wu

I changed pretrain_length and memory_size to 10000 then it work. But I think my RAM should be enough. Why comment 1million for GPU? it seems out of memory in the...

you can train it with image size = 256 first, I will fix it soon.

I built werewolf game with new MetaGPT myself. Check here: https://github.com/WuJunde/werewolf_ai_agents if anyone is interested.

More than welcome to pull request

> 我也遇到了这个问题,因为我是windows,dist.init_process_group(backend="gloo", init_method="env://"),所以初始化中的backend首先需要修改,不然就会报ncll错误。然后就遇到了跟您一样的问题,但是这样修改后可以跑通,在dist.broadcast前加入 > p = p +0 就可以了。我用的是自己的训练数据,但是现在的问题是GPU 利用率非常低,只能达到六七十的样子。请问您完美解决这个问题了吗 @170744039 Hi! Thank you for your awesome solution for Windows. Could you help to pull a request for your modification?...

> 我也遇到了这个问题,因为我是windows,dist.init_process_group(backend="gloo", init_method="env://"),所以初始化中的backend首先需要修改,不然就会报ncll错误。然后就遇到了跟您一样的问题,但是这样修改后可以跑通,在dist.broadcast前加入 > p = p +0 就可以了。我用的是自己的训练数据,但是现在的问题是GPU 利用率非常低,只能达到六七十的样子。请问您完美解决这个问题了吗 @170744039 Hi! Thank you for your awesome solution for Windows. Could you help to pull a request for your modification?...

have you ensembled the predictions to get the final results?

yes. They are all open datasets. Simply google and download.