Anshuman Sinha
Anshuman Sinha
When I am using `tensorflow site-packages/tensorflow/python/training/saver.py` which are checker and restore. these have been given path to folder 'results' ; the following folder is saving these files as shown in...
I am trying to run the 1D diffusion model with conditioning but getting the following error. `x = self.init_conv(x)` in line https://github.com/lucidrains/denoising-diffusion-pytorch/blob/5ff2393c72a2a678535ac1c31779684552f18189/denoising_diffusion_pytorch/denoising_diffusion_pytorch_1d.py#L352 The input is `torch.Size([64, 705])` i.e batch size...
I am getting the following error in the upsampling of class Unet1D : `x = torch.cat((x, h.pop()), dim = 1)` . Is it related to conditional generation? If yes, then...
Hi, thanks for the repository. I wanted to use your metrics script to evaluate generated structures from mp_20 dataset. I have the training dataset and the generated dataset both in...
!python generate.py You are using the default legacy behaviour of the . This is expected, and simply means that the `legacy` (previous) behavior will be used so nothing changes for...
I wish to do a reproducibility study of this work.
There is some issue with the sandbox.py file's input parameter. I get the following error ``` Traceback (most recent call last): File "/Users/anshumansinha/Desktop/StructRepGen_Dev/influenza_transformer-main/sandbox.py", line 163, in prediction = model(src, tgt,...