luyuhua
luyuhua
it should change like this if isinstance(loader.dataset,th.utils.data.dataset.Dataset): num_inputs = num_targets = 1 else: num_inputs = loader.dataset.num_inputs num_targets = loader.dataset.num_targets
@moooood 你好,我这边也在做广告文字识别,目前是主要是基于chineseocr做的,可以交流下。微信,luyuhua863423
@northeastsquare @jazzseow @northeastsquare Hi,When I changed a lot of models in https://github.com/caffe2/models .But all of display "loading".I find squeezenet size is 1*3*227*227 while other model is 1*3*224*224.So I changed code...