标签: deep-learning caffe pycaffe
例如,请参见此anchor_target_layer.py,如果我设置了DEBUG = True,则会从def setup(self, bottom, top):打印输出到控制台,但从def forward(self, bottom, top):不会打印出来。
DEBUG = True
def setup(self, bottom, top):
def forward(self, bottom, top):
我测试了所有其他文件,例如proposal_layer.py,也发现了同样的东西。
可能是什么原因?