Skip to content

Commit

Permalink
FIX tqdm to works on notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Feb 3, 2022
1 parent 1be7f28 commit 266b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapixdl/evaluation/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np

from typing import List, Iterable
from tqdm import tqdm
from tqdm.auto import tqdm

from .model import *

Expand Down

0 comments on commit 266b836

Please sign in to comment.