Skip to content

Commit

Permalink
Tensorboard Version Fix (facebookresearch#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASzot authored May 24, 2022
1 parent 323f786 commit b54dd6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion habitat_baselines/rl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
moviepy>=1.0.1
torch>=1.3.1
tensorboard
protobuf==3.20.1
tensorboard==2.8.0
2 changes: 1 addition & 1 deletion test/test_baseline_trainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _powerset(s):
)
def test_trainers(test_cfg_path, mode, gpu2gpu, observation_transforms):
# For testing with world_size=1, -1 works as port in PyTorch
os.environ["MASTER_PORT"] = str(-1)
os.environ["MAIN_PORT"] = str(-1)

if gpu2gpu:
try:
Expand Down

0 comments on commit b54dd6e

Please sign in to comment.