ageron / ageron/handson-ml2

Chapter14 notebook: keras.applications.resnet50.decode_predictions() does not work

Abierto
#569 1 comentario 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.