YuXitong
Results
3
issues of
YuXitong
添加港澳台信息
3
The arguments of Dense should be `Dense(nclass, input_dim=ninputs)` instead of `Dense(ninputs, nclass)`
i'm using this code to calculate the Semantic-Relatedness. When i run this code `import eval_sick` `eval_sick.evaluate(model, evaltest=True)` I got an error as follow: > File "/home/weixinru/skip-thoughts-master/skipthoughts.py", line 145, in encode...