jamesnulliu

Results 10 issues of jamesnulliu

**I'm trying to reproduce the experiment result in the paper with HAT and HAT-L (for SRx3 tasks). But I have not been able to achieve a satisfactory result yet.** Specifically,...

In Visual Studio 2022, I notice that there is a repetitive glm dependency to the path "Walnut/vendor/glm" and VulkanSDK. This causes a duplicated occurance of "glm" and sub-headers in the...

- Ubuntu 22.04 - CUDA 11.3 ```bash # Create virtual env conda create -n alphapose python=3.10 -y && conda activate alphapose # Install pytorch 1.12.0 with cuda 11.3 pip install...

### 你的问题 main.tex 的开头部分 `\documentclass` 中选项的作用是什么? 可否删除? ### 当前场景 相关代码链接: [这里](https://github.com/shuosc/SHU-Bachelor-Thesis-OSC/blob/2fbee9cab5ce24815fb688b8bfe33a09db820e04/main.tex#L2-L8) . 上面的代码中, type 本应为 bachelor, 实际为 doctor, 但不影响编译结果; 因此疑惑是否可以删除这些选项. ### 你已经尝试过 - [x] 我已经查看过文档 - [x] 我已经搜索过相关 issues -...

question

**需求描述** 各操作系统部署 Latex 环境的帮助文档. **解决方案** 在 Wiki 页创建 page `Use Latex on Local Machine`, 并完善文档. 以 TexLive 为例, 至少包含: - Windows, Linux 和 Mac 下安装 TexLive 的过程. - 验证安装成功的方式. **其他信息**

documentation
enhancement

**需求描述** 为兼容各平台和用户习惯提供更丰富的 build 脚本. **解决方案** 基于当前的 ./scripts/build.sh, 额外提供: - ./scripts/build.bat - ./scripts/build.ps1 **其他信息** Powershell 在 windows 上默认禁止运行脚本; 可能需要提前执行命令: ```pwsh # Set Execution Policy for CurrentUser Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser...

enhancement

**What does this PR change? What problem does it solve?** This PR modifies "layouts/partials/header.html" by adding `site.Params.disableLangToggle` to disable language switch toggle if set to true. (I think sometimes users...

### Describe the issue I noticed that in `PromptCompressor.get_compressed_input`, there is a variable called `need_idx`. Is that all I need?

question

## 1. Bug Description 本地和在线 (overleaf) 编译都出现报错. ## 2. Steps to Reproduce - Branch: `hotfix/#48` - Commit: [32064c](https://github.com/shuosc/SHU-Bachelor-Thesis-OSC/commit/32064c0efced9d5842cfbca2395b51e0d8830724) (**latest**) - PR: #41 @IsaacGHX 1. 本地编译: `bash scripts/build.sh` 可在终端输出发现错误; 但是 pdf...

bug

其实发现在表格的caption中的数字和英文字体并不能够很好满足加粗的要求,待解决 _Originally posted by @IsaacGHX in https://github.com/shuosc/SHU-Bachelor-Thesis-OSC/issues/41#issuecomment-2741312252_