yusanshi
yusanshi
Since `stack expects a non-empty TensorList` means the input to `torch.stack` is empty, you should check the data pipeline. Have you modified this? https://github.com/yusanshi/news-recommendation/blob/master/src/config.py#L50 
I think: - Quick-and-dirty solution: make sure the data format is the same as MIND dataset by add dummy data (`0`s) for subcategories, entities, etc. - Or, carefullly check the...
Please first try the MIND dataset
Close inactive issue. Reopen it if needed.
Here is another quick and dirty solution for whitelist mode: ```diff diff --git a/window.js b/window.js index e4705d5..fb9191f 100644 --- a/window.js +++ b/window.js @@ -188,6 +188,26 @@ var MetaWindow = GObject.registerClass(...
Sounds a interesting feature. I believe the usage of the feature could be: - embedding the whole commit diff: `https://github.com/yusanshi/emgithub/commit/86f230a6bc37805b6186b355a41b075c123d97d9` - embedding a specific file in that commit diff (by...
Thanks for your suggest and sorry for my late reply :) The idea sounds great but I believe it should be tweaked before being merged into the main branch: -...
Same for me. `''` not works while `''` works.
You can modify `figures` into `images`. See 
你好,英文 abstract 字体的问题已经修复:  但是中文标题混合英文的问题我不清楚怎么修复:要么里面的中英文全部是衬线体,要么全部是非衬线体。我还不清楚怎么区别设置 :disappointed: