Skip to content

Instantly share code, notes, and snippets.

View vishal-keshav's full-sized avatar
🏠
Working from home #COVID-19

Vishal Keshav vishal-keshav

🏠
Working from home #COVID-19
View GitHub Profile
import numpy as np
import pandas as pd
import torch
import torch.nn as nn
import torch.optim as optim
import torch.nn.functional as F
from torch.utils.data import Dataset
from torch.utils.data.dataloader import DataLoader
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 2, 2024 05:30
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites