首页 文章
  • 1 votes
     answers
     views

    CuPy耗尽内存

    我一直在测试CuPy库并使用einsum完成一个简单的矩阵乘法: C = cp.einsum('pqrs,rs->pq', A, B) A和B的尺寸是,(41,41,41,41)(41,41),接受性 . 我还检查了它们的大小,即22606088字节,13448字节 . While running the code, I am getting the following error mes...
  • 1 votes
     answers
     views

    如何使用递归神经网络进行分类

    我计划使用Recurrent Neural network(RNN)进行python的财务数据分类 . 我预测市场价格上涨,不变或下降使用RNN . 我无法理解如何对标签进行分类 . 我指的是https://stats.stackexchange.com/questions/129411/how-can-recurrent-neural-networks-be-used-for-sequence-...

热门问题