Skip to content

Commit

Permalink
added aliases for action models
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Mar 7, 2023
1 parent a11d6e3 commit aa268d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/networks/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@

"action": {
"resnet-18": {
"alias": ["resnet_18", "resnet18"],
"alias": ["resnet_18", "resnet18", "resnet18-kinetics"],
"url": "https://nvidia.box.com/shared/static/rhuvudgijtefzno55092fgwy0xn485n0.gz",
"tar": "Action-ResNet18.tar.gz",
"dir": "Action-ResNet18",
Expand All @@ -428,7 +428,7 @@
},

"resnet-34": {
"alias": ["resnet_34", "resnet34"],
"alias": ["resnet_34", "resnet34", "resnet34-kinetics"],
"url": "https://nvidia.box.com/shared/static/gr9kgox9zpwh93v0v28f9zjkzr1n4ffs.gz",
"tar": "Action-ResNet34.tar.gz",
"dir": "Action-ResNet34",
Expand Down

0 comments on commit aa268d6

Please sign in to comment.