240 发简信
IP属地:河南
  • pytorch中gather函数的理解。

    函数torch.gather(input, dim, index, out=None) → Tensor 沿给定轴 dim ,将输入索引张量...

  • Numpy中stack()函数的理解

    np.stack(array,axis,out=None),函数原型。其中最重要是的这个axis怎么理解的。举例说明:arrays = [np....

  • 如何安装OpenGym

    折腾了好久,终于装上了。记录一下。 anaconda环境安装OpenGym 创建环境conda create --name gymlab pyt...