dhruvramani / C2AE-Multilabel-Classification

Tensorflow implementation for the paper 'Learning Deep Latent Spaces for Multi-Label Classfications' in AAAI 2017
101 stars 24 forks source link

Parser #4

Open eagle-star opened 6 years ago

eagle-star commented 6 years ago

which parser is? ImportError: cannot import name 'Parser'

KuzmaNg commented 6 years ago

Hi. I got the same problem, and don't know how to deal with it... Have you solved it?

KuzmaNg commented 6 years ago

Hi, I renamed the 'parser.py' file to 'parser1.py', then it worked. It seems there is a parser package inside Python already. Then comes the conflict. You may give it a try.