neuroailab / tfutils

Utilities for working with tensorflow
MIT License
25 stars 8 forks source link

bug when meta.pkl not present but meta_dicts supplied #56

Closed eliaszwang closed 7 years ago

eliaszwang commented 7 years ago

https://github.com/neuroailab/tfutils/blob/master/tfutils/data.py#L288

If meta.pkl is not present, pmd will be a list of empty dicts and will raise the assertion error even though meta_dicts is supplied.

yamins81 commented 7 years ago

@ewang314 can you test if this is fixed now?

eliaszwang commented 7 years ago

Seems to work now.