Yu Hao

Results 33 comments of Yu Hao

Same question! > ➜ mxnet git:(62ecb60f) ✗ git submodule update > error: no such remote ref 89de7ab20167909bc2c4f8acd397671c47cf3c0d > 获取了子模组路径 'cub',但是它没有包含 89de7ab20167909bc2c4f8acd397671c47cf3c0d。直接获取该提交失败。 Can we use the latest MxNet instead compile it?

可以直接去掉的。有空我理一下逻辑。

因为URL里面包含了一个完整的、使用Base64编码的Json,所以在节点信息过多的时候可能会出现这个问题。如果Surge支持Post方式提交就好了,所有Json就可以放到Post里面,应该不会超过限制。三是它只支持Get…… 临时折衷的办法是……少配置一些节点……或者更改一下Apache的`LimitRequestLine`。 我会再想办法减少一下Json的长度,或者使用其他什么东西来代替Json

I think it is due to the imap function? I switch to use DataLoader, and seems the memory is OK. Move to #71 for more detail.

The easy way is that you can make a VOC-like dataset... Just organize your files as the format of VOC . Then, copy VOCDataset, change class names-- that's all. ----...

I checked e5cc609138a0bc4ce5177a67cf84952756d11b38 in caffe, and have the same problem. At the same time, I compiled the newest version caffe outside this dir, and make a soft link to replace...

@manyaafonso ,Wow, half a year... I think I gave up eventually. This version of caffe is tooo old. I tried to change these functions to the newer version, failed.

@zxq2233 Have not yet... confused with the settings.

Docker里面同样遇到此问题。感觉应该先加一个是不是None的判断。