File tree 3 files changed +880
-3
lines changed
configs/experiment/panoptic 3 files changed +880
-3
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ python src/train.py experiment=semantic/dales_11g
334
334
python src/train.py experiment=panoptic/s3dis_11g datamodule.fold=5
335
335
336
336
# Train SuperCluster on S3DIS Fold 5 with {wall, floor, ceiling} as 'stuff'
337
- python src/train.py experiment=panoptic/s3dis_11g_with_stuff datamodule.fold=5
337
+ python src/train.py experiment=panoptic/s3dis_with_stuff_11g datamodule.fold=5
338
338
339
339
# Train SuperCluster on ScanNet Val
340
340
python src/train.py experiment=panoptic/scannet_11g
@@ -488,7 +488,7 @@ training SuperCluster on an **11G-GPU 💾**:
488
488
python src/train.py experiment=panoptic/s3dis_11g datamodule.fold=5
489
489
490
490
# Train SuperCluster on S3DIS Fold 5 with {wall, floor, ceiling} as ' stuff'
491
- python src/train.py experiment=panoptic/s3dis_11g_with_stuff datamodule.fold=5
491
+ python src/train.py experiment=panoptic/s3dis_with_stuff_11g datamodule.fold=5
492
492
493
493
# Train SuperCluster on ScanNet Val
494
494
python src/train.py experiment=panoptic/scannet_11g
Original file line number Diff line number Diff line change 1
1
# @package _global_
2
2
3
3
# to execute this experiment run:
4
- # python train.py experiment=panoptic/s3dis_11g_with_stuff
4
+ # python train.py experiment=panoptic/s3dis_with_stuff_11g
5
5
6
6
# This configuration allows training SPT on a single 11G GPU, with a
7
7
# training procedure comparable with the default
You can’t perform that action at this time.
0 commit comments