thomaskuestner / CNNArt

Automatic and reference-free MR artifact detection
Apache License 2.0
25 stars 17 forks source link

fix some bugs #16

Closed TokenJan closed 6 years ago

TokenJan commented 6 years ago
  1. add try and exception in create_MASK_array function
  2. change the format of batchSize and learningRate to list
  3. fix the crossvalidation_patient and crossvalidation_data
  4. adapt 2N_CNN.py with new file name and valid arguments in functions
  5. add for loops for grid searching in 2D_CNN.py
  6. resize the shape of X_train, X_test, y_train and y_test
  7. Add Markings folder and adapt corresponding path in create_MASK_array function