Skip to content

Commit

Permalink
Quickfix: typo in model zoo URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdexd committed Jun 21, 2020
1 parent 90d65e8 commit 4e2936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtex/model_zoo/model_zoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class _ModelZooUrls(object):
r"""Mapping from config names to URL suffixes of pretrained weights."""

URL_PREFIX = "https://umich.box.com/shared/static/"
URL_PREFIX = "https://umich.box.com/shared/static"

CONFIG_PATH_TO_URL_SUFFIX = {

Expand Down

0 comments on commit 4e2936a

Please sign in to comment.