Qasim Khan

Results 7 comments of Qasim Khan

Ok I'll try the default config and get back to you. BTW you used a batch size of 8 with 4 GPUs, so each GPU receives a batch size of...

I kept the batch size at 8 and used 4 GPUs. The validation mIoU seems to peak around 70 again but the same validation loss curve is observed. Did you...

I am getting the following curves (this is my second run with 8 batch size) ![image](https://user-images.githubusercontent.com/29240497/195984700-5a6fca92-0dd0-43f3-8830-2d42592c5079.png) As you can see, everything is performing good except the validation loss. My question...

torchtext currently supports pretrained GloVe, FastText, and CharNGram embeddings. Other embeddings can be loaded using `torchtext.vocab.Vectors`. If anyone is interested, I can edit the tutorial to show how you could...

@msaroufim I'd like to implement a text to 3d model. At the moment, I'm deciding between Test2Mesh and CLIP-Forge. DreamFusion seems a little complex.

The "GPU Summary" is visible when running on Google Colab with `torch==2.0.1+cu118` and `tensorboard==2.12.2`