Zhecheng Sheng

Results 1 issues of Zhecheng Sheng

I found that the program does not recognize the 'token dimension' set in config.py It turns out in the [mindmeld/models/nn_utils/classification.py](https://github.com/cisco/mindmeld/blob/master/mindmeld/models/nn_utils/classification.py) line 411, it should be ``` token_dimension = params.get("token_dimension", 300)...