PatrykChrabaszcz / Imagenet32_Scripts

Scripts for Imagenet 32 dataset
MIT License
150 stars 47 forks source link

Question About you use the architecture in your paper #5

Open littlesnowperfume opened 5 years ago

littlesnowperfume commented 5 years ago

Dear PatrykChrabaszcz: I am using your dataset <ImageNet6464> , I want to re-implement WRN-36-k(1,2) on ImageNet6464 in the Table 1 at page5 . I read your paper and find that at page 3, you describe how to make the WRN-arcitecture. As a result, I draw this two figurs, please help me is it correct??

53767699_573877316450543_4344990402139389952_n This is a different that in page 4, the writers said that he changed the order of BN, ReLU, Conv. He changed from conv-BN-ReLU to BN-ReLU-conv. Did you do the same procedure in your paper??

PatrykChrabaszcz commented 5 years ago

The code for our experiments is available here: https://github.com/PatrykChrabaszcz/Imagenet32_Scripts/blob/master/WRNs_imagenet.py You can try to follow the code or use Theano graph visualization tool.

littlesnowperfume commented 5 years ago

Thank you for your response. Could I have your personal e-mail for discussing it ??

Patryk Chrabaszcz notifications@github.com 於 2019年3月15日 週五 上午4:12寫道:

The code for our experiments is available here:

https://github.com/PatrykChrabaszcz/Imagenet32_Scripts/blob/master/WRNs_imagenet.py You can try to follow the code or use Theano graph visualization tool.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatrykChrabaszcz/Imagenet32_Scripts/issues/5#issuecomment-473041638, or mute the thread https://github.com/notifications/unsubscribe-auth/AX948-FXAISAQsaeUyRrROQihkQ0dN4-ks5vWq0ngaJpZM4bysH6 .

littlesnowperfume commented 5 years ago

Hello PatrykChrabaszcz: I have try your dataset with WRN-36-1. According your table, your average top1.acc is 50.21% after 40 epochs . However, I only got 44.39% after 40 epochs . I already read your paper and WRNs_imagent.py. Here is what I read your python code draw the flowchart of this model. Could you help me check is this correct??
WRN

My work is based on slim-tensorflow to implement it, I will give you model architecture in the WRN.zip . Could you help me check this?? My personal e-mail: paul8301526@gmail.com My facebook : https://www.facebook.com/profile.php?id=100003727217830 My facebook(ID: hsin-hung chou) WRN.zip