Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

update PointNet++ #319

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ce/python3.7_linux_gpu_train/PointNet++/.run_ce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cls_train() {
python train_cls.py \
--model=${model_type} \
--batch_size=32 \
--batch_size=16 \
--save_dir=checkpoints_${model_type}_cls \
--epoch 1 \
--enable_ce
Expand Down Expand Up @@ -42,4 +42,4 @@ model_type=MSG
ce_run

model_type=SSG
ce_run
ce_run