Skip to content

Commit

Permalink
basic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Surbhi Goel committed Feb 22, 2024
1 parent 1b0eef3 commit dc41f5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions train.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import matplotlib
import matplotlib.pyplot as plt
import netCDF4 as nc
import numpy as np
import scipy.stats as st
import xarray as xr

import torch
from torch import nn
import torch.nn.utils.prune as prune
from torch.utils.data import DataLoader
from torch.utils.data import Dataset
import Model
from loaddata import newnorm, data_loader

Expand Down

0 comments on commit dc41f5d

Please sign in to comment.