Hannu Töyrylä
Hannu Töyrylä
Using a GPU-trained model, running generate.lua fails as follows ``` gpu=1 net=experiment1_432_net_G.t7 th generate.lua { gpu : 1 noisemode : "random" name : "generation1" noisetype : "normal" batchSize : 32...
Command ``` python train.py runoja.txt --n_epochs 5000 --model lstm --cuda ``` gives ``` Traceback (most recent call last): File "train_.py", line 95, in loss = train(*random_training_set(args.chunk_len, args.batch_size)) File "train_.py", line...
Still does not work. See the context in the original issue. ResizeRight is expecting either a numpy array or a torch tensor, now it gets a PIL image which does...
Can you specify which fastai version is used. I am having problems with several fastai imports like fastai.torch.core.children and fastai.callbacks. PS. Looks like I found out already. Tried again with...
This repo relies on using code from the subfolder denoising-diffusion-pytorch, not from lucidrain's package with the same name. Likewise, the idea here is NOT to install it as a package...