CharlieGuo

Results 2 issues of CharlieGuo

Thanks for your contributions! In the function `cleanlab.latent_estimation.compute_confident_joint`, if K is None, I wonder if I can replace this line with `K = np.array(psx).shape[1]` to avoid some bugs if one...

在第一次安装时启动提示没有ycm core,到`~/.vim/plugged/YouCompleteMe`目录下进行编译(`./install.py --clang-completer`,我是mac 10.14之后版本 )后,再次打开vim提示`The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). Unexpected exit code -11. Type ':YcmToggleLogs ycmd_64396_stderr_p6n9m770.log' to check the logs.`。重启也无法解决。好像大家遇到exit code 1很多,但是有人遇到-11吗?这是什么问题?