owkin / DSB2017

Data Science Bowl 2017 : Lung Cancer Detection
45 stars 15 forks source link

Access to trained models #1

Closed reubano closed 7 years ago

reubano commented 7 years ago

Hi. Would you be able to provide access to your trained models? Thanks!

SimJeg commented 7 years ago

Hi Reubano,

You can find the trained neural networks for nodule segmentation in the different folders : Pierre's model : model64x64x64_v5_rotatev2.h5 Simon's model : Unet{X,Y,Z}.h5

We didn't store the xgboost trees so you need to generate the features (can be hours) and then train xgboost (very fast).

Simon

guyucowboy commented 7 years ago

Hi, Simon. It is a great work! How can I see the model architecture in detail from hdf5 files ? I really want to learn it. Thanks. Gu Yu