• Q
    07/Label semantic roles (#5798) · 53bd51e3
    Qiao Longfei 提交于
    * init label_semantic_roles.py
    
    * add linear_chain_crf and test
    
    * complete test_linear_chain_crf
    
    * correct last layer of db_lstm
    
    * update optimizer and initializer
    
    * update param_initializer of embedding_layer
    
    * support load pre trained embedding
    
    * rm unused parameter
    
    * optimize code
    
    * clean code
    
    * fix test
    
    * add todo
    53bd51e3
optimizer.py 19.7 KB