Piji Li

Results 3 issues of Piji Li

Here is a problem which I am entangled with: http://stackoverflow.com/questions/22288888/multiplying-transposed-matrix-with-jblas Then any tips to optimize this? Thanks.

accepted
up-for-grabs

I am testing the accelerate training code and I modify the optimizer of: https://github.com/huggingface/accelerate/blob/main/examples/nlp_example.py#L141 to the FusedAdam (from deepspeed.ops.adam import FusedAdam), then after "python ./nlp_example.py" I find that the progress...

bug
training