"src/vscode:/vscode.git/clone" did not exist on "24281f8036761e786303cdff954c85354e0e16ce"
Making ASPP-Layer in DeepLab more generic (#2174)
At the moment in the ASPP-Layer the number of output channels are predefined as a constant, which is good for DeepLab but not necessairly in other projects, where another out-channel Nr. is required. Also the number of "atrous rates" is fixed to three, which also could be sometimes more or less depending on the notwork-arch. Again these fixed values may make sense in DeepLab-Model but not necessarily in other type of models. This pull-req. contains the needed changes to make ASPP-Layer generic.
Showing
Please register or sign in to comment