arnoweng / CheXNet

A pytorch reimplementation of CheXNet
576 stars 221 forks source link

Keras implementation? #6

Closed taewookim closed 6 years ago

taewookim commented 6 years ago

Anyone know if there's a keras implementation of chexnet?

brucechou1983 commented 6 years ago

@taewookim maybe you will be interested in my implementation.

taewookim commented 6 years ago

hey @brucechou1983 . Thanks for that! Curious.. how does the keras version compare to pytorch version ? comparable? Any particular issues you noticed?

brucechou1983 commented 6 years ago

@taewookim Please check this issue.

alyato commented 6 years ago

hi,@taewookim I have one question about cheXnet-keras from @brucechou1983 . Do you check it https://github.com/brucechou1983/CheXNet-Keras/issues/32 Thanks.