kprojiang

Results 4 comments of kprojiang

> File "C:\Users\PRATISHRUTI\Anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1100, in _run > % (np_val.shape, subfeed_t.name, str(subfeed_t.get_shape()))) > ValueError: Cannot feed value of shape (0,) for Tensor 'inputs:0', which has shape '(?, 30, 1)' >...

another fork repo, has the downloaded data already. https://github.com/jimenbian/stock-rnn

> > another fork repo, has the downloaded data already. https://github.com/jimenbian/stock-rnn > > when i run python main.py --stock_symbol=SP500 --train --input_size=1 --lstm_size=128 --max_epoch=50 > > Traceback (most recent call last):...

In PyTorch 1.8, `torch.spmm` is deprecated. [Unify matrix multiplications operations](https://github.com/pytorch/pytorch/issues/45897) [Deprecate spmm and dsmm functions](https://github.com/pytorch/pytorch/issues/46164) [TORCH.SPARSE 1.8](https://pytorch.org/docs/stable/sparse.html) > As a note, `torch.spmm` may [move](https://pytorch.org/docs/stable/sparse.html#torch.sparse.FloatTensor.spmm) to `torch.sparse.spmm`. The API states it...