Skip to content

Commit

Permalink
auto switch between console and notebook tqdm
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ha committed May 28, 2023
1 parent 9a9d3a9 commit af6737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl/training.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import time
from tqdm import tqdm
from tqdm.autonotebook import tqdm
import os
from pathlib import Path
import datetime
Expand Down

0 comments on commit af6737c

Please sign in to comment.