Ce Ge (戈策)

Results 37 comments of Ce Ge (戈策)

有手续费的时候,为什么 fee 减在 dp[i][1] 上结果是错的,减在 dp[i][0] 才可以?

哦,base case 也要同时减去 fee 才行,这里文中没描述清楚

Agreed, the format is too inconsistent, even in [example_output.bib](https://github.com/yuchenlin/rebiber/blob/main/rebiber/example_output.bib); e.g., some booktitles of AAAI are too verbose: https://github.com/yuchenlin/rebiber/blob/cbcafd303bc8049c5956194724285a9c8ea594a4/rebiber/example_output.bib#L117-L142

老哥也是陲雷大学?图标怎么这么像😋

Ubuntu 14.04 g++ 4.9.1 这个问题已经没有了,我也不太清楚是怎么改对的,可能是我安装的protobuf版本不一致? 我已经尝试编译Cxxnet 好几天了,始终会出现各种各样的编译错误,我通过手动安装一些依赖,或者直接更改 Makefile 添加编译器查找路径等,解决掉了许多。但每次都会出现新问题,太令人崩溃了。。。 现在的问题是 ``` ps-lite/build/libps.a(ps_main.o):在函数‘ps::App::Create(int, char**)’中: /home/gece/cxxnet/ps-lite/src/ps_main.cc:7:对‘CreateServerNode(int, char**)’未定义的引用 collect2: error: ld returned 1 exit status Makefile:150: recipe for target 'bin/cxxnet.ps' failed make: ***...

Why this comment has not been merged?

+1 For Q1, the smoothing functions may be also exposed in the python API, so we can reproduce the same smoothed series from raw data.

@tjruwase Thanks. Indeed, I was trying [gpt-neox](https://github.com/EleutherAI/gpt-neox) and encountered the same issue. So I search for the cause and solution. I know microsoft's Megatron-Deepspeed, but the problem is that the...

I meet a similar problem. With ZeRO-3, setting micro_batch_size > 12 will trigger `CUDA error: an illegal memory access was encountered`. However, the GPU memory usage is only 60% (80GB...