AndyWangON / Brain-tumor-segmentation-using-deep-learning

#BRATS2015 #BRATS2018 #deep learning #fully automatic brain tumor segmentation #U-net # tensorflow #Keras
54 stars 29 forks source link

Parameters for model Training #13

Open PratikFandade opened 3 years ago

PratikFandade commented 3 years ago

#history = model.fit(x, y, batch_size=16, validation_split=0,validation_data = (val_x,val_y) ,epochs = 40,callbacks = callbacks_list ,verbose=1, shuffle=True) I have the dataset with me, i'm trying to train the model but can't get what are the x and y in the above line. Also it would be great if you tell how you have defined x and y. Please Help