Reinforced-Mnemonic-Reader icon indicating copy to clipboard operation
Reinforced-Mnemonic-Reader copied to clipboard

possible typo?

Open shawei3000 opened this issue 7 years ago • 6 comments
trafficstars

    # fusion
    hh = tf.concat([h, h_B, h * h_B, h - h_B], axis=-1)
    x = tf.nn.relu(conv1d(uv, filters, 1, name='Wr'))           # (jim sha) should be hh?
    g = tf.nn.sigmoid(conv1d(hh, filters, 1, name='Wg'))

shawei3000 avatar Sep 11 '18 01:09 shawei3000

@shawei3000 thanks for your correction

ewrfcas avatar Sep 11 '18 01:09 ewrfcas

let me know if performance increases. with elmo, has potential to reach 84+ (FM)

shawei3000 avatar Sep 11 '18 02:09 shawei3000

@ewrfcas Wow, did you write this model according to the paper by yourself? Or you are the author?

woshiyyya avatar Oct 16 '18 05:10 woshiyyya

@woshiyyya It is not a official version. I find that the earlier version of the paper can achieve better performance in the pytorch implement. Maybe I will verify the earlier version recently.

ewrfcas avatar Oct 16 '18 06:10 ewrfcas

Error: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory. preprocess.ipny

doris-he avatar Nov 28 '18 08:11 doris-he

@doris-he , this problem maybe caused by missing the spacy language package?

ewrfcas avatar Nov 30 '18 01:11 ewrfcas