AttributeError: module 'pandas' has no attribute 'computation'

If you had the problem:
AttributeError: module 'pandas' has no attribute 'computation'

When maybe trying to follow the step by step of Capsule networks implementation from this tutorial you might have encounter this error.

The solution was shared in this post . In summary, update the package dask to the version 0.15 or 0.16.

 

Comentarios

Entradas populares de este blog

Deep neural networks visualization

Google Chart Sankey Diagram online for non software developers

Tensorflow Batch norm not working