yusanshi

Results 23 comments of 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 ![image](https://user-images.githubusercontent.com/36265606/174753930-41b092d6-9a94-41da-90f4-db96c4c22d06.png)

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: -...

You can modify `figures` into `images`. See ![image](https://user-images.githubusercontent.com/36265606/144368499-2eac9582-549c-4476-a423-a37b67ef4d25.png)

你好,英文 abstract 字体的问题已经修复: ![2024-02-27_11-00](https://github.com/yusanshi/hnuthesis/assets/36265606/7d0c7484-a000-4ce4-8992-53eeaf490e8d) 但是中文标题混合英文的问题我不清楚怎么修复:要么里面的中英文全部是衬线体,要么全部是非衬线体。我还不清楚怎么区别设置 :disappointed: