-
I'm attempting to run this code over a json formatted dataset. And each line is a new json object. Would it be possible to run the code so that the seq_length only looks at the current line?
Each jso…
-
### 🐛 Describe the bug
When building PyTorch from source using any commit past v1.11.0 - I get the same compiler errors from the aten package.
I'm using the command:
python setup.py develop
…
-
This was much harder to follow than the other three in this chapter. I think it would have been helpful to first have had the gluon port of what the other three do, so we can compare speed, readabilit…
-
I can train and sample files just fine on OS X. However, on a machine running Ubuntu 14.04, when trying to sample (ie. th sample.lua...), I get the following error. I've tried installing Torch w both …
-
-
I tried to execute every single example from the initial README page, but everything throws different errors.
```
transformer = Seq2VecR2RWord(
word2vec_model=word2vec,
max_length=max_len…
-
With pocl:
```
$ POCL_DEBUG=1 bin/mnist -platform=0 -device=0 -opencl
Loading the mnist database.
...
[2019-04-01 15:23:40.903036977]POCL: in fn POclCreateKernel at line 80:
| ERROR | CL_I…
-
Hello everyone,
I am trying to train StackGAN on COCO dataset. However, I do not know how to generate following files:
![image](https://cloud.githubusercontent.com/assets/23215919/25978507/2031b03…
-
-
### Description of new feature
TensorFlow's RaggedTensor has been around for a while and PyTorch's NestedTensor is new, but they should be conversion targets for Awkward Arrays. And then a tutorial s…