File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 66
77import torch
88from torch .optim .lr_scheduler import ReduceLROnPlateau
9-
109import numpy as np
11- import wandb
12- import lightning .pytorch as pl
10+ import lightning .pytorch as pl
1311
1412from neuromancer .loggers import BasicLogger
1513from neuromancer .problem import Problem
1614from neuromancer .callbacks import Callback
1715from neuromancer .problem import LitProblem
1816from neuromancer .dataset import LitDataModule
19-
2017from lightning .pytorch .callbacks import ModelCheckpoint
2118from lightning .pytorch .callbacks .early_stopping import EarlyStopping
22- from lightning .pytorch .loggers import WandbLogger
2319
2420
2521
Original file line number Diff line number Diff line change 11
22import torch
33import functools
4- import lightning .pytorch as pl
54from collections import OrderedDict
65
76def handle_device_placement (func ):
You can’t perform that action at this time.
0 commit comments