fikry

Results 14 comments of fikry

> > Can you try to run the process using Pytorch 1.4? We are correcting the problem for Pytorch 1.5. > > Hello! I have the same problem, my torch.version=1.11.0,...

> > > > Can you try to run the process using Pytorch 1.4? We are correcting the problem for Pytorch 1.5. > > > > > > > >...

I create a QQ group whose group number is 693337454. Anyone interested in these problems is welcome to join in us for further dicussion.

Is there any solution for this problem?

> Hi, have you figured out a way to do 1-D vector training and generation? Is there any solution for this problem? In my case , each data is a...

> it is here, in the readme https://github.com/lucidrains/denoising-diffusion-pytorch#1d-sequence However, I can't understand some number in the code. `training_seq = torch.rand(64, 32, 128)` ``` model = Unet1D( dim = 64, dim_mults...

I modified line 687 in util/utils.py. And the bug was fixed. ``` # os.environ['MASTER_PORT'] = '6020' os.environ['MASTER_PORT'] = '6030' ``` ``` 10/24 08:09:47 PM (Elapsed: 00:00:00) loading the model at:...

Traceback (most recent call last): File "scripts/image_sample.py", line 143, in main() File "scripts/image_sample.py", line 91, in main **dist.all_gather(gathered_samples, sample) # gather not supported with NCCL**

> features1.npy is the extracted features from CLIP model, which is used to calculate the Directional Distribution Consistency Loss. You can employ CLIP model to encode more than 1000 source...

`pip install xformers==0.0.13` is okay. However, there are other problems.