adrienchaton
adrienchaton
Hi ! Your repo is a pretty awesome find, I am especially interested in using the stft in log frequency. Mel operations I was already doing myself using torch.stft and...
Hi, There is a --use_dropout option for adding dropout in the generator. I tried using it, but in the print of the generator architecture there are no dropout layers, and...
Hello, The general image up-sampling model RealESRGAN_x4plus is doing a good job and it makes fine-tuning rather easy. I wonder, does anyone have checkpoints (generator and discriminator) and configurations available...
Hello, Thank you for providing code implementation for your paper. I am interested in trying your normalization in my current experiment which works on raw waveform and audio "style". It...
Hi, In the API documentation it is written that openl3.models.load_image_embedding_model accepts 6144 and 512 as embedding_size. It seems that it is not the same as openl3.models.load_audio_embedding_model and that in fact...
Hi ! Thanks for providing OpenL3 as a package. I would like to ask if one could access the pretrained fusion layers, which would classify whether a pair of image/audio...
Hello, I am storing pandas dataframe as .parquet with pd.to_parquet and then try to load them back with pd.read_parquet. I am experiencing some error for which I do not find...
Hello ! Thank you very much for sharing these functions to the PyTorch community, I am successfully using the "torch_two_sample.statistics_diff.MMDStatistic" both at training/backprop and evaluation, running on GPU. I am...
Hello Chris, I read your paper that I liked much for its in-depth analysis and the clarity of the discussions. The idea of using a learnable filter to adaptively remove...
Hello, I am trying to cluster pdbs with several chains, in this case they are all dimers (antibodies). I have not found whether or not foldseek would allow that but...