rp775

Results 2 comments of rp775

Hi Joe: sorry, I couldn't understand how can I save attention weight map in middle step of the network. I see network.py file has atten3_map . do I need to...

thanks Joe for the reply. 1. i enabled this line on network.py atten3_map = att3.cpu().detach().numpy().astype(np.float) atten3_map = ndimage.interpolation.zoom(atten3_map, [1.0, 1.0, 224 / atten3_map.shape[2], 300 / atten3_map.shape[3]], order=0) and return out,...