cnn-raccoon icon indicating copy to clipboard operation
cnn-raccoon copied to clipboard

Create interactive dashboards for your Convolutional Neural Networks with a single line of code!

Results 1 cnn-raccoon issues
Sort by recently updated
recently updated
newest added

Running Python 2.7.17 and TF 2.3.1. Full error message: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 from cnn_raccoon import inspector ----> 2 inspector(model=model, images=x_train[:10], number_of_classes=2, engine="keras") /usr/local/lib/python3.8/dist-packages/cnn_raccoon/__init__.py in...