juliandewit / kaggle_ndsb2017

Kaggle datascience bowl 2017
MIT License
623 stars 290 forks source link

network code problem #44

Open dongxuemin666 opened 6 years ago

dongxuemin666 commented 6 years ago

Hi julian,I don't know what '->Model' means in

def get_net(input_shape=(CUBE_SIZE, CUBE_SIZE, CUBE_SIZE, 1), load_weight_path=None, features=False, mal=False) -> Model:

and when I was running this stage code,some problems happened,is this related to python version,my version is 2.7.

would you please tell me the answer~

dongxuemin666 commented 6 years ago

so sorry this is really easy question,I have got the answer