Skip to content
View NumairSayed's full-sized avatar

Block or report NumairSayed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Template to assign pretrained model ... Template to assign pretrained model state to my own model.
    1
    import torch
    2
    import torchvision.models as models
    3
    
                  
    4
    # Define your model architecture (ensure it matches AlexNet)
    5
    class MyAlexNet(torch.nn.Module):
  2. template to transform with resizing,... template to transform with resizing, keeping the aspect ratio preserved and loading my image dataset.
    1
    """
    2
    The inference transforms are available at GoogLeNet_Weights.IMAGENET1K_V1.transforms 
    3
    and perform the following preprocessing operations: Accepts PIL.Image, batched (B, C, H, W)
    4
    and single (C, H, W) image torch.Tensor objects. 
    5
    The images are resized to resize_size=[256] using interpolation=InterpolationMode.
  3. Reshala-Init- Reshala-Init- Public

    EJS

  4. Single-Layer-Deep-Learner- Single-Layer-Deep-Learner- Public

    This folder contains a .py file that has a deep learning neural network implemented. It consists of a single layer of parameter estimation.

    Python

  5. Skin_Disease_Detector- Skin_Disease_Detector- Public

    Python 1

  6. TorchVision TorchVision Public

    Implementing various cnns using PyTorch

    Python