Guokai Liu

Results 11 issues of Guokai Liu

Hi, ThePrimeagen Thanks for your great work : ) It seems that [Vimspector](https://github.com/puremourning/vimspector#clear-breakpoints) has renamed the command for cleaning (clean ---> clear) the breakpoints. >Use vimspector#ClearLineBreakpoint( file_name, line_num ) to...

Error reported in `https://github.com/FedML-AI/FedML/blob/master/python/examples/simulation/sp_fedavg_mnist_lr_example/torch_fedavg_mnist_lr_custum_data_and_model_example.py` change ``` load_partition_data_mnist( args.batch_size, ``` to ``` load_partition_data_mnist( args, args.batch_size, ```

FedML Octopu Exampless ---> FedML Octopu Examples

How to spedify batch_size in terminal?

python
hotfix

Thanks for this great work. For MacOS user with English system. You may replace the following ``` \setmainfont{Minion Pro} \setsansfont{Myriad Pro} \setmonofont{Courier Std} \setCJKmainfont[BoldFont={方正小标宋_GBK}, ItalicFont={方正楷体_GBK}, BoldItalicFont={方正仿宋_GBK}]{方正书宋_GBK} \setCJKsansfont{方正黑体_GBK} \setCJKmonofont{方正中等线_GBK} \XeTeXlinebreaklocale "zh"...

Hi Lingkai Thanks for sharing the great code for the fantastic paper. I want to consult some questions if possible. - 1 How to let the model say 'I don't...

Thanks for this great work. Is there any method to align python comment with #? Such as: ``` a = 111 # abc b = 222 # abc ``` ```...

感谢分享,请问Sphinx中英文搜索在conf.py中如何设置呢?

Hello Udibr, Here is another question I want to consult for your kindly help. I replaced the following code as suggested in **mnist-simple.ipynb**: **Before with baseline accuracy=0.98:** ``` channel_weights =...

This repo with videos is helpful to me. Nevetheless, I still met some issues. May the following tips save your time. 1. [**Linux:Yes, Windows:No**] Bitsandbytes is officially maintained on Linux....