-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7610ab8
commit 4d676b0
Showing
4 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import torch, random, datasets, math, fastcore.all as fc, numpy as np, matplotlib as mpl, matplotlib.pyplot as plt | ||
import torchvision.transforms as T | ||
import torchvision.transforms.functional as TF,torch.nn.functional as F | ||
|
||
from torch.utils.data import DataLoader,default_collate | ||
from pathlib import Path | ||
from torch import nn,tensor | ||
from torch.nn import init | ||
from fastcore.foundation import L | ||
from datasets import load_dataset | ||
from operator import itemgetter,attrgetter | ||
from functools import partial,wraps | ||
from torch.optim import lr_scheduler | ||
from torch import optim | ||
from torchvision.io import read_image,ImageReadMode | ||
|
||
from rapidai.datasets import * | ||
from rapidai.conv import * | ||
from rapidai.learner import * | ||
from rapidai.activations import * | ||
from rapidai.init import * | ||
from rapidai.sgd import * | ||
from rapidai.resnet import * | ||
from rapidai.augment import * | ||
from rapidai.accel import * | ||
from rapidai.training import * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
ZoneId=3 | ||
ReferrerUrl=C:\Users\mgopi\Downloads\course22p2-master (1).zip |