removed 4dimensions constraints on blob shape#3325
removed 4dimensions constraints on blob shape#3325albenoit wants to merge 2 commits intoBVLC:masterfrom
Conversation
|
Once you are outside 4D, it doesn't make sense to use the legacy accessors I think instead you should find the part of the code that used one of the legacy accessors and upgrade it to use the ND accessor. |
|
See #2049 for info about ND convolution. |
|
Hi, However, all those changes are pretty recent. Then, should one definitely close this PR or are there any pending discussions on the topic ? Actually one should decide on the syntax and take this into account in the python drawing script caffe.draw.draw_net_to_file : |
|
Hi again, The only solution was to apply the PR changes to make it work. |
|
The problem, as @seanbell suggested, is likely that there is another layer (not In general, every |
When trying to setup conv layer and specifying kernel size this way (see the complete conv layer at the end) :
Current master code returns error
I simply removed the 4 dimension constraints following pull requests on the topic #2049
It seems to work now, tell me if something else should be considered.
For testing, here is the beginning of the architecture and caffe log
related log: