Skip to content

Commit

Permalink
Updated tqdm to tqdm.auto
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Feb 13, 2024
1 parent de5334e commit cada0ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/tutorials/custom_issue_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import pandas as pd
from PIL import Image
from tqdm import tqdm
from tqdm.auto import tqdm

from cleanvision.dataset.base_dataset import Dataset
from cleanvision.issue_managers import register_issue_manager
Expand Down
3 changes: 2 additions & 1 deletion docs/source/tutorials/torchvision_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"execution_count": null,
"id": "3d207006",
"metadata": {
"nbsphinx": "output",
"tags": []
},
"outputs": [],
Expand Down Expand Up @@ -286,7 +287,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
"import numpy as np\n",
"import pandas as pd\n",
"from PIL import Image\n",
"from tqdm import tqdm\n",
"from tqdm.auto import tqdm\n",
"\n",
"from cleanvision.dataset.base_dataset import Dataset\n",
"from cleanvision.issue_managers import register_issue_manager\n",
Expand Down

0 comments on commit cada0ed

Please sign in to comment.