xuzhou

Results 6 comments of xuzhou

> 我知道怎么解决了.... 在eval阶段,设置命令-language_eval 0....如果-language_eval 1, 会报错: if 'caption' in anns[0]: > IndexError: list index out of range 你好啊,你是在本地测评的还是在线测评的?没太看懂这个错误是怎么生成的,没有language_eval参数啊,并且我看我生成的结果是按照{'image_id': 123, 'caption': xxx xxx xxx}排成了列表, 结果和你一样的错误

Just download the latest version from github, problem will be solved. Do not download glove from stanfold glove homepage.

> Solved. > Just install zhusuan 0.3.1 and correct 2 errors based on the error information. > If someone use python2, you should change the protocol of the pickle file...

Do you implement the CPU mode, or can you tell me what should I do if I want to implement the CPU mode, Thanks

@misery0424 @moting9 @plopd @mlot @liyi14 Hello everyone, do you implement the cpu mode in test? If you do, please tell me, thanks!

@caiyang I just tried your psroi_pooling_layer, it didn't work and shows "segmentation fault". I used py-r-fcn, what I did is replace your psroi_pooling_leyer.cpp and add file rfcn_layers.hpp. After that, I...