Transfer-Learning icon indicating copy to clipboard operation
Transfer-Learning copied to clipboard

We use pretrained networks VGGnet, AlexNet, GoogLeNet, ResNet which trained on the ImageNet dataset as a feature extractor to classify images.

Results 2 Transfer-Learning issues
Sort by recently updated
recently updated
newest added

Thank you for your good code. how to plot ROC and Confusion matrix thank you

When loading labels I get an error when calling set(labels) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 set(labels) TypeError: unhashable type: 'list' Same when I use...