tom white

Results 38 issues of tom white

Was just checking out your examples and for my own purposes updated them to take an extra argument to consistently preview the image to be plotted. Just sharing in case...

Hi - I've been doing a lot of work lately with interpolation in latent space, and I think linear interpolation might not be the best interpolation operator for high dimensional...

Took a stab and creating "BLIP guided imagery" using VQGAN. The general idea is that you start with a reference text embedding and then steer an image to minimize the...

The referenced fuel datasets `['arctic', 'blizzard', 'dimex', 'librispeech', 'pavoque', 'vctk']` are not in the fuel distribution. Are there standard converters for any of these already in other projects?

This is a great collection of generative models for TensorFlow, all nicely wrapped in a common class interface. I'd like to use this as a basis for ongoing work I'm...

This provides access to the indices of the elements. Not sure if this is the cleanest API, but my main use case is to get the indices of the vectors...

Would you consider supporting dimensions beyond 4D, specifically 5D and 6D? For me this would simplify use-cases for looping / tiling animations such as #29 which can be implemented by...

enhancement

Would be great to get this running on [pytorch M1](https://pytorch.org/docs/master/notes/mps.html). Has anyone managed to get a forward pass on `torch.device("mps")`? Just posting this issue here in case others want to...

DALL·E 2 uses an ViT-H/16 checkpoint for CLIP embeddings. if possible, it would be great to add that as one of the available pre-trained models.

Any objection to having the latest official release listed on the Python Package Index (PyPI)? I think it would help adoption to support ``` bash pip install fuel ```

enhancement