Yan Wang

Results 5 issues of Yan Wang

For the transforms, the std should equal [1., 1., 1.]?

The code is that: model.fit_generator(train_gen, len(train_files) / 1, 12, validation_data=holdout_gen, nb_val_samples=len(holdout_files) / 1, callbacks=[checkpoint, checkpoint_fixed_name, learnrate_scheduler]) Url is: https://github.com/juliandewit/kaggle_ndsb2017/blob/master/step2_train_nodule_detector.py#L387 Why to divide 1? Maybe should divide the batch size?

I have get the result and submitted to kaggle leaderboard. But the private score is 0.43, much larger than 0.39.

Hi, It is a nice work. Now I am facing some problems when running your code. So I want to make sure that I use the same pytorch as you....

I just found this code use conv-relu-bn. However it should be conv-bn-relu. Could you please fix it.