ComputerVisionRegression icon indicating copy to clipboard operation
ComputerVisionRegression copied to clipboard

Results 4 ComputerVisionRegression issues
Sort by recently updated
recently updated
newest added

hi when I run "cnn_model.py" get " raise ValueError('If class_mode="binary" there must be 2 classes. ' ValueError: If class_mode="binary" there must be 2 classes. Found 0 classes. " setup.py "and...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Output images are now exactly as big as the calculated data + RGB-channels (i.e. 40x40x3 for code example). In comparison from before: There are no white border around the image...