Open Hyeokreal opened 6 years ago
Thanks for the question. You are right features
here is not useful.
During development, we tried to feed pretrained AlexNet features to the network, while it didn't help. (Then we got too lazy to remove it, but setting it to zero instead.)
Thank you so much.
I really love your research and i also think it is very useful to real-world tasks.
I have one more question. Have you ever tried GAIL structure for this photo-enhancement task ? I think GAIL structure could be simply implemented to your structure. So I wonder if you tried. If not, i'm gonna try it : )
Thanks! I haven't trailed GAIL but (based on the abstract of that paper,) it sounds very relevant to our work. Please let me posted if you find anything interesting!
Hi, yuamning-hu Thank you for openning implementation code.
I have a question
In the net.py line 325 - 354,
The variable named "features" seems always zeros. Is it meaningful variable ?