-
I am not sure how to fix this. Any idea?
```
[jalal@goku pytorch_sentiment_rnn]$ /scratch/sjn-p2/anaconda/anaconda2/bin/python train.py --batch-size 20 --rnn_type GRU --cuda --gpu 1 --lr 0.0001 --md…
-
I'm trying to use TSRegressor , I don't see on the documentation the list of compatible models.
From the code I've managed to track down this list of models and their arch_names
Which of these can…
-
# system info
- x64
- 23.10-trtllm-python-py3 docker
- trt-llm 0.11.0.dev2024061800
- l40s
- tensorrt 10.0.1.6
- use 38g * 2
- running in container (--cap-add=SYS_PTRACE --cap-add=SYS_ADMIN --s…
-
### Question
How can I correctly train two tasks simultaneously on a single corpus using the parameter use_all_task=True? When I attempted to train two models together on one corpus, I encountered a …
-
Commend I use is `python model/train.py --data=reddit_casual --model=VHRED --batch_size=2`
Then it report `CUDNN_STATUS_EXECUTION_FAILED`
```
Training Start!
0%| …
-
Thanks for your great work!
I am doing some research on 3D MRI data, and I construct 3D CNN model with RNN model as well. I want to visualize the hidden layer of the 3D CNN model and the RNN layer. I…
-
I want to use LSTM as the encoder of sentences and then calculate their similarity based on it.
But when I train the model, it seems that the parameters of it dont change at all.
I've also tried other…
-
2 root error(s) found.
(0) Not found: Key rnn_model/fully_connected/bias not found in checkpoint
[[node save_1/RestoreV2 (defined at D:\Program Files\Anaconda3\envs\tf_gpu\lib\site-packages\mage…
-
**Describe the bug**
Trying to import an LSTM model from ONNX to tensorflow, we get a dimension mismatch error.
**To Reproduce**
```python
import onnx
import torch
import torch.nn as nn
f…
-
Hi guys I am a newbie in pytorch. I find that pytorch has simple way to save our model. When practicing tutorial in RNN Classification, I found a problem to save the model. To save the model I do a si…