zhr1201 / deep-clustering

A tensorflow implementation for Deep clustering: Discriminative embeddings for segmentation and separation
135 stars 70 forks source link

Typo in model.py causes error #5

Closed ericbolo closed 6 years ago

ericbolo commented 6 years ago

global name 'EMBBEDDING_D' is not defined

Should be EMBEDDING, not EMBBEDDING

ericbolo commented 6 years ago

ok, just realized this is only because I changed my GlobalConstont.py to the correct spelling.

So, no error in code as is