Skip to content

Commit

Permalink
Remove unused link
Browse files Browse the repository at this point in the history
  • Loading branch information
osmr committed Jul 20, 2021
1 parent 04c056a commit c5f70de
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pytorch/pytorchcv/model_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
from .models.jasperdr import *
from .models.quartznet import *

from .models.others.oth_quartznet import *
# from .models.others.oth_quartznet import *

# from .models.others.oth_pose_resnet import *
# from .models.others.oth_lwopenpose2d import *
Expand Down Expand Up @@ -1174,19 +1174,19 @@
'quartznet15x5_ru': quartznet15x5_ru,
'quartznet15x5_ru34': quartznet15x5_ru34,

'oth_quartznet5x5_en_ls': oth_quartznet5x5_en_ls,
'oth_quartznet15x5_en': oth_quartznet15x5_en,
'oth_quartznet15x5_en_nr': oth_quartznet15x5_en_nr,
'oth_quartznet15x5_fr': oth_quartznet15x5_fr,
'oth_quartznet15x5_de': oth_quartznet15x5_de,
'oth_quartznet15x5_it': oth_quartznet15x5_it,
'oth_quartznet15x5_es': oth_quartznet15x5_es,
'oth_quartznet15x5_ca': oth_quartznet15x5_ca,
'oth_quartznet15x5_pl': oth_quartznet15x5_pl,
'oth_quartznet15x5_ru': oth_quartznet15x5_ru,
'oth_jasperdr10x5_en': oth_jasperdr10x5_en,
'oth_jasperdr10x5_en_nr': oth_jasperdr10x5_en_nr,
'oth_quartznet15x5_ru34': oth_quartznet15x5_ru34,
# 'oth_quartznet5x5_en_ls': oth_quartznet5x5_en_ls,
# 'oth_quartznet15x5_en': oth_quartznet15x5_en,
# 'oth_quartznet15x5_en_nr': oth_quartznet15x5_en_nr,
# 'oth_quartznet15x5_fr': oth_quartznet15x5_fr,
# 'oth_quartznet15x5_de': oth_quartznet15x5_de,
# 'oth_quartznet15x5_it': oth_quartznet15x5_it,
# 'oth_quartznet15x5_es': oth_quartznet15x5_es,
# 'oth_quartznet15x5_ca': oth_quartznet15x5_ca,
# 'oth_quartznet15x5_pl': oth_quartznet15x5_pl,
# 'oth_quartznet15x5_ru': oth_quartznet15x5_ru,
# 'oth_jasperdr10x5_en': oth_jasperdr10x5_en,
# 'oth_jasperdr10x5_en_nr': oth_jasperdr10x5_en_nr,
# 'oth_quartznet15x5_ru34': oth_quartznet15x5_ru34,

# 'oth_pose_coco_resnet_50_256x192': oth_pose_coco_resnet_50_256x192,
# 'oth_pose_coco_resnet_50_384x288': oth_pose_coco_resnet_50_384x288,
Expand Down

0 comments on commit c5f70de

Please sign in to comment.