Chapter14 notebook: keras.applications.resnet50.decode_predictions() does not work
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 30k
- Forks
- 13.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When I execute the following code from the notebook of chapter 14: (its the exact same code as in the notebook)
```python
top_K = keras.applications.resnet50.decode_predictions(Y_proba, top=3)
```
I get the following error:
```
AttributeError: 'tensorflow.python.framework.ops.EagerTensor' object has no attribute 'argsort'
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.