nicolas-ivanov / debug_seq2seq

[unmaintained] Make seq2seq for keras work
233 stars 86 forks source link

Overwrite the model #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

https://github.com/nicolas-ivanov/debug_seq2seq/blob/eb2147f58b8cd608437571f7ad49891680dee792/lib/nn_model/model.py#L35

Here an uninitialized model is stored and then loaded, potentially overwriting already existing models.

nicolas-ivanov commented 8 years ago

@ftrier you are right, thank you for pointing this out. Fixed.