Skip to content

Commit

Permalink
Fixed tqdm import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Mar 12, 2022
1 parent 591879b commit bb10b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/notebooks/SaltNet/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import torch
import torch.nn as nn
import matplotlib.pyplot as plt
import tqdm
from tqdm.notebook import tqdm
from sklearn.metrics import accuracy_score

from utils import show_tensor_images
Expand Down

0 comments on commit bb10b3e

Please sign in to comment.