-
## Steps to reproduce
1. pip install pytext-nlp
2. pytext export --model ../models/model.h5 --output-path model.caffe
Dependency : Pytorch 1, Python 3.6, pytext-nlp==0.1.2
## Observed R…
-
In pytorch branch:
Traceback (most recent call last):
File "/opt/conda/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_globa…
-
I update my CUDA from 8.0 to 10.0 but get the same problem.
I excute
> scripts\build_windows.bat`
And got this error:
> [1149/1232]` Linking CXX executable bin\kernel_functor_test.exe
FAIL…
-
Hi, I am using pytorch to train a vanilla LSTM model on some datasets. I running the script on my Nvidia GTX 1080 Ti using torch.cuda but the nvidia-smi process monitor shows python to be using only 5…
-
## 🐛 Bug
I get boundary issues when I run `nn.DataParallel` for the `rpn`.
## To Reproduce
When I run
```
ipdb> self.rpn = rpn.build_rpn(cfg, self.backbone.out_channels)
ipdb> self.rpn(i…
-
Epoch:3 || epochiter: 470/485|| arm_L: 8.8112 arm_C: 0.0169|| odm_L: 6.2153 odm_C: 2.6775|| loss: 17.7210||iteration time: 0.9821 sec. ||LR: 0.00010 || eta time: 1 day, 8:41:09
Epoch:3 || epochiter: …
-
Hi Jiacheng
Thanks for providing your source codes.
According to the questions in the [Issues](https://github.com/jiacheng-xu/vmf_vae_nlp/issues/3), Does this parameter setting (Dataptb_Distvmf_M…
-
Thanks you to publish source code.
I could test demo image and own image.
But I cannot test with own movie.
So, are there any way to test with movie?
-
@Jeff-sjtu
I base your 6e050eae5a076cf89884e9b6dd459bb7aa4f2431 commit find two error on Pytroch 0.4.0
-----
**operator error**
```
File "/home/xiaowei/openSource/AlphaPose-offical/SPPE/…
-
I convert the model from pytroch to keras successfully, but I can't save it, which report the following error
```
k_model = pytorch_to_keras(trained_model, input_var, [(3, 32, 32,)],change_ordering…