Clément Chadebec
Clément Chadebec
Hi, I just got the same issue. Try regenerating a new secret token and change it in your settings > secrets. Hope this helps.
Hi @tomhosking, Thank you for this suggestion! Yes indeed, I think having this model in `pythae` would be very cool :). However, I am not sure if I can integrate...
Hi @tomhosking, I have just merged #51 containing an implementation of the PoincaréVAE proposed in https://arxiv.org/abs/1901.06033. You will also find a [tutorial](https://colab.research.google.com/github/clementchadebec/benchmark_VAE/blob/main/examples/notebooks/models_training/pvae_training.ipynb) and some [reproduced results](https://github.com/clementchadebec/benchmark_VAE/tree/main/examples/scripts/reproducibility). Let me know if...
Hi @jprachir, Thank you for opening this issue and sorry for the late reply. I will try to make my answer as detailed as possible if future questions arise. ###...
Hi @NamelessGaki , Thank you for you kind message and opening this issue! Yes you can indeed use it with your own data. As you may have seen in the...
Hi @NamelessGaki , Sorry for the late reply. Following your request, I have been working on allowing users to pass their custom datasets directly to the `training_pipeline` instance. I have...
Hi @tomhosking, Thank you for opening this issue. Yes indeed some models may need several warmup steps during training. To allow such a behavior, the current training epoch is automatically...
Hello @osanseviero, Thanks for opening this issue! I was actually considering integrating this awesome feature into the library! Are there any resources I should use first to do this integration?...
Hi @osanseviero, Thank you for requesting this feature. It was added in #28 and we can now share and download models though the [HuggingFace Hub](https://huggingface.co/models)! To do so you need:...
Re-opening this issue to add model cards and tags