Usama (PSEUDO)

Results 6 issues of Usama (PSEUDO)

As requested in issue ( #395 ) I've added some margin for footer in small screen so that footer could be easily accessible. | Old design | Improved design |...

In [Understanding LSTM Networks](https://colah.github.io/posts/2015-08-Understanding-LSTMs/) blog the LSTM diagram has wrong labels [this](https://github.com/colah/colah.github.io/blob/master/posts/2015-08-Understanding-LSTMs/img/LSTM3-chain.png) & [this](https://github.com/colah/colah.github.io/blob/master/posts/2015-08-Understanding-LSTMs/img/LSTM3-SimpleRNN.png) image. These are the correct labels: ![LSTM correct labels](https://user-images.githubusercontent.com/31237074/133021359-9fe4e93b-2525-4439-abb0-496d9f30a066.png)

Corrected path of `generate_meta_info_pairdata.py` script.

I've quite a lot of questions about this model. I've successfully trained latent diffusion on AFHQ dataset. But i'm having a hard time understanding many hyperparameters in yaml files. In...

I have mounted my Docker container with a local volume, and embeddings are being saved locally. I need to create embeddings directly from the Langchain from_document method and save them...