wbc-classification
wbc-classification copied to clipboard
Classifying White Blood Cells with CNNs
hello, I want to run your training.ipynb,but it shows error: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 26 encoded_y = encoder.transform(y) 27 ---> 28 y = np_utils.to_categorical(encoded_y)...
scipy.misc.imresize is depreciated now. So we use skimage.transform.resize instead.
hello, I try your `vgg_traing.py`, but the accuracy is 0.056338028169 when I finally run the the command `accuracy_score(y_test_simple, y_pred)` why it is so low? can you give some advice?