SoluMilken

Results 11 issues of SoluMilken

https://github.com/momohuang/FusionNet-NLI/blob/master/train.py#L107 ```python if args.on_philly == False: fh = logging.FileHandler(args.log_file) fh.setLevel(logging.DEBUG) fh.setFormatter(formatter) log.addHandler(fh) ``` Can I ignore this part? This is because the attribute `on_philly` is not in args.

`from keras.layers import Layer` should be modified as `from keras.engine.topology import Layer` for keras 2.0 ? https://keras.io/layers/writing-your-own-keras-layers/

- [ ] context, model_response, reference_response can have different dim of vector representation in `adem_with_encoder.py` - [ ] add configs (yml) : model config, train config - [ ] add...

- [ ] modified readme - [ ] Since the version on pip is 0.6.0, but the released version is 0.4.0. - [ ] New new pip version and new...