Commit History

Updated line 68 with: image_index = 89 | Updated lines 47,49,51,53,55,57 with: st.write() | Updated line 25 with: st.write('The model summary =', model) | Updated line 22 with model.summary() |
dafd110
verified

TroglodyteDerivations commited on

Updated line 44 with: st.write('Implementation fails with: # image_data = image_data.reshape(1, image_data.shape[0], image_data.shape[1], image_data.shape[2])')
6536eba
verified

TroglodyteDerivations commited on

Updated lines 66-68 with: # Select an image index from the X_test dataset: 88 | image_index = 88 | image_data = X_test[image_index]
a92deee
verified

TroglodyteDerivations commited on

Updated line 67 with: predict_diagnosis(image_data, image_index=image_index)
4e10aa7
verified

TroglodyteDerivations commited on

Updated line 47 with: st.write("does not match the product of the new shapes dimensions (1150*50 = 5000)")
2849f22
verified

TroglodyteDerivations commited on

Updated lines 44-48 with: [notation] st.write('Reshaping 3-Dimensional array into 4-Dimensional array not possible.') st.write('Reshape an array of size 56250000 into a shape of (1,1,50,50)') st.write('not possible because the total number of elements in the array (56250000)') st.write('does not match the product of the new shape's dimensions (1150*50 = 5000).') st.write('Adding a new dimension obverse np.expand_dims not reshape.')
356b9ea
verified

TroglodyteDerivations commited on