240 发简信
IP属地:天津
  • python[::-1]用法

    [::-1]顺序相反操作 例如: a=[1,2,3,4,5,6] b=a[::-1] [6,5,4,3,2,1] b=a[4::-1] [5,4...

  • 找不到解释器

    比对报错的解释器和Edit Configurations里面 Python interpreter是否对应

  • libcudart.so.10.0: cannot open shared object file

    解决方法: conda install cudatoolkit=10.2

  • Graph Attention-Based Forecasting

    NLP中大火的Transformer和GAT本质在做一样的事情。Transformer利用self-attention机制将输入中的每个单词用其...