Xiaolei Huang

Results 4 comments of Xiaolei Huang

@wangzhihuia @FrankWork I tried the both commands below: 1. `python src/main.py build_data --word_dim=300`; 2. `python src/main.py --word_dim=300 --build_data`; I still got the following error: absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'word_dim'...

I got a similar error... IndexError: pop index out of range --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () 4 l_lstm = Bidirectional(LSTM(100, return_sequences=True))(embedded_sequences) 5 l_dense = TimeDistributed(Dense(200))(l_lstm) ---->...

@isbada @leeguandong @zjy-ucas Have you confirmed the data source? I guess it's SIGHAN NER task...

I have the same error, do we have any alternatives? @gereka