iridescent303

Results 10 comments of iridescent303

Thank you for your reply, I feel that it means adding some position information in the network.

@totesarana In my opinion, if the image is flipped, then flipping either the image or the mask is enough when the label is got from the image that is flipped....

I find one, but I get an error when I follow the instructions and get both py and npy. The error: Traceback (most recent call last): File "myalexnet.py", line 93,...

No,I am using python 2.7,but I find that the bvlc_alexnet.pyc generated by myself will make net_data["conv1"]["weight"] and net_data["conv1"]["bias"]

If i use the bvlc_alexnet.npy, i will get net_data["conv1"][0] and net_data["conv1"][1]. Could you please tell me why?

Did i do somthing wrong?

Sorry for my poor english. What i want to say is that the new bvlc.alexnet.npy save as net_data["conv1"]["weight"] and net_data["conv1"]["bias"], not net_data["conv1"][0] and net_data["conv1"][1], so when i use net_data["conv1"][0], the...

O,your `bvlc_alexnet.npy` is compiled on cudnn4.0.0 ,but i need to compile on cudnn5.1.0.3. So I follow the instruction from [https://github.com/ethereon/caffe-tensorflow](url) and get the new `bvlc_alexnet.npy`.Does the version of the caffe-tensorflow...