You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with the definition of the model structure.
In model RCNN:
Should be changed to self.fc_sub = FCSubtract((max_len-1)*2*3 + lstm_dim*2*2, fc_out_dims) # 3个inception+BiGRU [1056,192] self.fc_mul = FCMultiply((max_len-1)*2*3 + lstm_dim*2*2, fc_out_dims)
In addition, the experimental results cannot be reproduced
The text was updated successfully, but these errors were encountered:
There is a problem with the definition of the model structure.
In model RCNN:
Should be changed to
self.fc_sub = FCSubtract((max_len-1)*2*3 + lstm_dim*2*2, fc_out_dims) # 3个inception+BiGRU [1056,192] self.fc_mul = FCMultiply((max_len-1)*2*3 + lstm_dim*2*2, fc_out_dims)
In addition, the experimental results cannot be reproduced
The text was updated successfully, but these errors were encountered: