Skip to content

Commit

Permalink
Added installation requirements for three models (#2115)
Browse files Browse the repository at this point in the history
Summary:
The following three models were missing python package installations that cause them to fail:

- vision_maskrcnn (pycocotools package)
- soft_actor_critic (tensorboardX package)
- drq (gym package)

Pull Request resolved: #2115

Reviewed By: aaronenyeshi

Differential Revision: D52923310

Pulled By: xuzhao9

fbshipit-source-id: d984dbdbb025f3ab25a3611601d2a3564751545f
  • Loading branch information
JasonMts authored and facebook-github-bot committed Jan 19, 2024
1 parent 5e1008c commit b9da26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions torchbenchmark/models/drq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
kornia
scikit-image
gym
1 change: 1 addition & 0 deletions torchbenchmark/models/soft_actor_critic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
gym
pygame
tensorboardX
1 change: 1 addition & 0 deletions torchbenchmark/models/vision_maskrcnn/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pycocotools

0 comments on commit b9da26e

Please sign in to comment.