Skip to content

Commit ea6a8f3

Browse files
authored
Merge pull request #199 from RobotLocomotion/lm-pytorch-1.0-tested
update to pytorch 1.0
2 parents e78911f + b4fdf41 commit ea6a8f3

File tree

159 files changed

+4755
-1317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+4755
-1317
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ trained_models
99
*.jupyter
1010
*.nv
1111
*.ssh/
12-
data
12+
data
13+
build
14+
sandbox
15+
tmp
16+
scratch

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "pytorch-segmentation-detection"]
2-
path = pytorch-segmentation-detection
2+
path = external/pytorch-segmentation-detection
33
url = https://github.com/warmspringwinds/pytorch-segmentation-detection.git

config/defaults.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ iiwa-2:
1212
manuelli:
1313
cuda_visible_devices: [] # this means use all gpus
1414

15+
iiwa-workstation:
16+
manulli:
17+
cuda_visible_devices: [0]
18+

config/dense_correspondence/dataset/composite/4_shoes_all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- shoe_brown_boot.yaml

config/dense_correspondence/dataset/composite/baymax_1_train.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- baymax_1_train.yaml

config/dense_correspondence/dataset/composite/baymax_front_only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- baymax_front.yaml

config/dense_correspondence/dataset/composite/baymax_only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- baymax.yaml

config/dense_correspondence/dataset/composite/brown_boot_shoe_only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- shoe_brown_boot.yaml

config/dense_correspondence/dataset/composite/caterpillar_baymax.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- caterpillar_17_scenes.yaml

config/dense_correspondence/dataset/composite/caterpillar_baymax_starbot_all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
logs_root_path: code/data_volume/pdc/logs_proto
1+
logs_root_path: logs_proto
22

33
single_object_scenes_config_files:
44
- caterpillar_9_train.yaml

0 commit comments

Comments
 (0)