240 发简信
IP属地:广东
  • using OpenJDK Windows binaries in WSL

    1) install OpenJDK windows version e.g. zulu versionshttps://www.azul.co...

  • [RNN]Understanding LSTM Networks

    a very good blog post on RNN and its variant LSTM Colah's blog: Understa...

  • [PyTorch] in-place update of leaf variable

    "RuntimeError: a view of a leaf Variable that requires grad is being use...

  • [PyTorch] AdaptiveAvgPool

    torch.nn.AdaptiveAvgPool2d(output_size)[https://pytorch.org/docs/stable/...

  • [Ubuntu20.04.6]qt.qpa.plugin: Could not load the Qt platform plugin "xcb"

    I recently upgraded Ubuntu to the lasted version, and got this error run...

  • [LyX] LaTex editor

    LyX[https://www.lyx.org/] LyX is free. The .lyx file could be directly e...

  • matrix calculus for deep learning

    proof The Softmax function and its derivative[https://eli.thegreenplace....

  • [Python] Element-wise logical operators for items and lists are different

    Python AND operator on two boolean lists - how?[https://stackoverflow.co...

  • [numpy] vectorizing random.choice()

    Why is numpy.random.choice so slow?[https://stackoverflow.com/questions/...