MTG / DCASE-models

Python library for rapid prototyping of environmental sound analysis systems
MIT License
42 stars 5 forks source link

Issue when running visualization #26

Closed elcronos closed 3 years ago

elcronos commented 3 years ago

Env: Using Python 3.6 and tensorflow 2.2.0 On my conda environment I got an error when running this inside my DCASE-models folder:

python -m visualization.index

Error:

from tensorflow import get_default_graph
ImportError: cannot import name 'get_default_graph'
pzinemanas commented 3 years ago

Hi @elcronos , it should be fixed now. Please note that visualization tools are not fully tested yet.

elcronos commented 3 years ago

Yeah, as you mentioned is working now but some of the functionalities aren't.