Shaikh Abdus Samad

Results 5 issues of Shaikh Abdus Samad

Please add ML & DL summer schools for 2022.

Currently, I cannot see the example code for [Progressive Image Resizing](https://docs.mosaicml.com/en/stable/method_cards/progressive_resizing.html). Having that code available to developers would be beneficial. Moreover, the help screen contains no coding examples. ![ProgressiveBatch](https://user-images.githubusercontent.com/11463868/176602639-8ac896b3-9f27-45ad-aee6-449f7c0c22b0.png) I...

enhancement

I'm trying to run main.py using colab and I executed following command in colab `!python /content/convNet.pytorch/main.py --dataset cifar10 --model resnet --model-config "{'depth': 44}" --duplicates 40 --cutout -b 64 --epochs 100...

I used [pytorch-model-summary library](https://pypi.org/project/pytorch-model-summary/) to look at the summary of ResNet-18 model. `from pytorch_model_summary import summary` ``` def ResNet18(): print(summary(ResNet(BasicBlock, [2, 2, 2, 2]), torch.zeros((1, 3, 32, 32)), show_input=True)) return...

_**I'm trying to run [this](https://github.com/wandb/edu/blob/main/mlops-001/lesson2/train.py) file by using google colab.**_ **_I followed all the steps, and run the file using the following command:_** `!python /content/train.py` _**I'm getting the following error**_...