This repo contains the official training and testing codes for our paper: GridDehazeNet: Attention-Based Multi-Scale Network for Image Dehazing.
243
stars
54
forks
source link
Feature addition with attention code question #9
Closed
Ikhwansong closed 4 years ago
Hi, Nice to see you again! Thank you for your kind reply last.
I have a question about the line of code for feature addition with attention.
Is it different, compare of below ?
x_index[i,j] = self.rdbmodule['{}{}'.format(i, j-1)](x_index[i][j-1])
It seems same operation.
thank you