Skip to content

Commit 1805fa8

Browse files
committed
Removed matplotlib import and setup torch cpu
1 parent 24cb392 commit 1805fa8

File tree

3 files changed

+1446
-915
lines changed

3 files changed

+1446
-915
lines changed

evaluation_function/models/basic_nn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import torch
2020
import torch.nn as nn
2121
import torch.optim as optim
22-
import matplotlib.pyplot as plt
2322

2423
from lf_toolkit.evaluation import Result, Params
2524

0 commit comments

Comments
 (0)