Shumin Yao
Shumin Yao
### Verify Steps - [X] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 - [X] Need 当前 OpenClash 并不包含该功能特性或者还不完善 - [X] Framework 这是 OpenClash 应包含的特性, 并非 Clash 特性 - [X] Meaningful 我提交的不是无意义的 催促更新或修复...
Primarily: 1. add default values for "data-folder" and "dataset". 2. correct the error of not using CUDA when it is available. Secondary: correct the wrong dimension of transform for 'mnist',...
I followed the [instructions of training](https://github.com/sczhou/CodeFormer/blob/master/docs/train.md) and got stuck on the first step of the first stage: > Download training dataset: [FFHQ](https://github.com/NVlabs/ffhq-dataset) Should I first create a directory named "datasets/ffhq/ffhq_512",...
 As shown in the figure above, the authors claimed they adopted the sinusoidal positional embedding in their project. However, as shown in the code below, they use "nn.Parameter" instead....