automl-in-action-notebooks icon indicating copy to clipboard operation
automl-in-action-notebooks copied to clipboard

Jupyter notebooks for the code samples of the book "Automated Machine Learning in Action"

Results 2 automl-in-action-notebooks issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.1 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

Hello, I tried ImageClassifier.ipynb with gpu on colab.research.google.com In cell `clf.fit(x_train, y_train, epochs=3) # each model is trained for three epochs` I got --------------------------------------------------------------------------- UnknownError Traceback (most recent call last)...