Viraj Bagal

Results 4 issues of Viraj Bagal

``` >>> import torch >>> import torchvision.models as models >>> from nebullvm import optimize_torch_model >>> model = models.efficientnet_b0() >>> bs, input_sizes = 1, [(3, 256, 256)] >>> save_dir = "."...

question

I am following Week 8 Blog post. When I deploy the container using Lambda and try to test it using the `Test` section, the Execution fails. I get the following...

I trained on 1000 FFHQ 1024x1024 images for a little more than 10 hours with all default settings. Following are some of the samples after training of the network: ![9](https://user-images.githubusercontent.com/51148252/118477049-e47ff580-b72b-11eb-9969-42e3e33881c4.jpg)...

I currently want to train a model on vqa-med 2018 data. I cloned the repo in colab and try to unzip the train and validation zip files. But zipfile.ZipFile(path_to_zip_file) gives...