zomux / deepy

A highly extensible deep learning framework
MIT License
422 stars 68 forks source link

TypeError: 'NoneType' object is not callable #13

Closed volkancirik closed 9 years ago

volkancirik commented 9 years ago

When I run baseline_rnnlm.py in experiments/ I get "TypeError: 'NoneType' object is not callable".

File "/deepy/experiments/lm/deepy/utils/fake_generator.py", line 12, in iter return getattr(self.dataset, self.method_name)() TypeError: 'NoneType' object is not callable

zomux commented 9 years ago

Hi,

Sorry for the inconvenience, commit b69bc618ea80cc27dd47bd63c4a3391fcd3e8b7b fixed this.

I should really consider to use some CI tools to monitor those experiment codes.

volkancirik commented 9 years ago

now it works!