cfchen-duke / ProtoPNet

This code package implements the prototypical part network (ProtoPNet) from the paper "This Looks Like That: Deep Learning for Interpretable Image Recognition" (to appear at NeurIPS 2019), by Chaofan Chen* (Duke University), Oscar Li* (Duke University), Chaofan Tao (Duke University), Alina Jade Barnett (Duke University), Jonathan Su (MIT Lincoln Laboratory), and Cynthia Rudin (Duke University) (* denotes equal contribution).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is the baseline resnet34 model trained?

TADanton opened this issue · comments

Dear authors,

may I ask how did you train the baseline resnet34 model to reach 82 acc in CUB-2000-2011 as reported in the paper?

I used cropped images and pretrained res34 but can still only reach 70...

Thanks a lot for any possible hint in advance!