Vansh Chugh commited on
Commit
05f1e67
·
1 Parent(s): b98e945

fix: remove unused h5py/tqdm imports from open_clip/utils.py

Browse files
models/CLAP/open_clip/utils.py CHANGED
@@ -3,8 +3,6 @@ import torch
3
  from torch import nn as nn
4
  from torchvision.ops.misc import FrozenBatchNorm2d
5
  import logging
6
- import h5py
7
- from tqdm import tqdm
8
  import random
9
  import json
10
  import os
 
3
  from torch import nn as nn
4
  from torchvision.ops.misc import FrozenBatchNorm2d
5
  import logging
 
 
6
  import random
7
  import json
8
  import os
requirements.txt CHANGED
@@ -9,4 +9,3 @@ ftfy
9
  braceexpand
10
  torchlibrosa
11
  huggingface_hub
12
- h5py
 
9
  braceexpand
10
  torchlibrosa
11
  huggingface_hub