IamSparky

Results 8 issues of IamSparky

Can some please help me in modifying this single class object detection dataset class to multiple class object detection dataset with bounding boxes annotations for 15 classes , with 0...

I understood the concepts here , but I am unable to figure out how I should use this github repo wth my pytorch dataset even after going throught h colab...

question

For the loss function I am gtting the error # setting up the training function ``` loss_fn = CutMixCrossEntropyLoss(True) if __name__ == "__main__": set_parameters_requires_grad(model , True) epochs = 25 for...

I have used this class for creting dataset class for my flower data # defining dataset from PIL import Image import cv2 import albumentations import torch import numpy as np...

I need to modify the following model by adding one linear layer followed by one dropout layer and finally one linear layer(by concatenating one output from dropout layer and one...

I am using this b7 model in efficientNet , but getting huge losses , can't able to figure out where I am going wrong # downloading the pretrained model -...

When I tried to run the command **!python train.py --dataset csv --csv_train ../training.csv --csv_classes ../wheat_head_class_list.csv --csv_val ../validation.csv** got the error: **CUDA available: True Traceback (most recent call last): File "/content/pytorch-retinanet/retinanet/dataloader.py",...

I am trying to modify the following function for preprocessing a multilingual question answering dataset. Can someone please help me by letting me know on how to add the doc_stride...