-
When generating with XLNet in the `run_generation.py` script, the outputs seem to reference the context from the padding text. For instance, given the prompt "We propose a", XLNet generates "We propos…
-
Hi. I am getting the following error:
```
from upit.data.unpaired import *
from upit.models.cyclegan import *
from upit.train.cyclegan import *
from fastai.vision.all import *
horse2zebra = …
-
Hi, I'm pretty new to Python and I'm trying to run some simulations but am having trouble getting the BrownianMotion2D kernel to work. The simulations run fine without this kernel but with this kernal…
-
Latest master, OSX
```julia
julia> sz = 3576
3576
julia> struct works
data::NTuple{sz, UInt8}
works() = new(ntuple(x->0x00, sz))
end
julia> @time works()
0.…
-
When I attempt to run it, I am getting the following error:
```
$ ./run.py test_suite pillow_allocate
File "./run.py", line 29
SyntaxError: Non-ASCII character '\xc3' in file ./run.py on line 29…
-
Thanks for providing these implementations, they're very high quality. I've successfully reproduced most of the state of the art results in the self-supervised BERT-like time series transformer paper.…
-
- [ ] Include a detailed description of the bug or suggestion
When executing the following code with pytest, it segfaults
```python
#!/usr/bin/env python3
# encoding: utf8
# license: ISC (MIT…
-
hey, I just downloaded latest torch package (pip3 install http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl) for python 3.6 and got the following error:
`File "/u/p…
-
In #250, the syntax
```js
const @decorator = @(baz) => @foo @bar(baz);
```
is proposed. @trotyl proposed [a different syntax](https://github.com/tc39/proposal-decorators/issues/248#issuecommen…
-
Hi,
When running the examples in Chapter 1, I get the stack trace below when doing learn.fine_tune(1). specifically the error seems to be happening in the `combine_scheds` method.
**Note**: I'm …