You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run
CUDA_VISIBLE_DEVICES=5 python examples/classification/main.py --cfg cfgs/modelnet/PCM.yaml mode=test
--pretrained_path checkpoint/modelnet40/pcm.pth
I got
TypeError: ModelNet: ModelNet.init() missing 1 required positional argument: 'num_classes'
When I run
CUDA_VISIBLE_DEVICES=6 bash script/main_segmentation.sh --cfg cfgs/s3dis/PCM.yaml wandb.use_wandb=False mode=test
--pretrained_path checkpoint/s3dis/pcm.pth
I got
usage: Scene segmentation training/testing [-h] --cfg CFG [--profile]
Scene segmentation training/testing: error: argument --cfg: expected one argument
The text was updated successfully, but these errors were encountered:
When I run
CUDA_VISIBLE_DEVICES=5 python examples/classification/main.py --cfg cfgs/modelnet/PCM.yaml mode=test
--pretrained_path checkpoint/modelnet40/pcm.pth
I got
TypeError: ModelNet: ModelNet.init() missing 1 required positional argument: 'num_classes'
When I run
CUDA_VISIBLE_DEVICES=6 bash script/main_segmentation.sh --cfg cfgs/s3dis/PCM.yaml wandb.use_wandb=False mode=test
--pretrained_path checkpoint/s3dis/pcm.pth
I got
usage: Scene segmentation training/testing [-h] --cfg CFG [--profile]
Scene segmentation training/testing: error: argument --cfg: expected one argument
The text was updated successfully, but these errors were encountered: