文件最后提交记录最后更新时间
!5261 【pytorch】【contrib】【cv】 模型公网地址整改 * 【pytorch】【contrib】【cv】 模型公网地址整改 2 年前
!5261 【pytorch】【contrib】【cv】 模型公网地址整改 * 【pytorch】【contrib】【cv】 模型公网地址整改 2 年前
!4671 【fix】批量修改模型python版本,兼容环境上的python3.8版本 * fix python version 3 年前
init 4 年前
init 4 年前
!5261 【pytorch】【contrib】【cv】 模型公网地址整改 * 【pytorch】【contrib】【cv】 模型公网地址整改 2 年前
init 4 年前
!5261 【pytorch】【contrib】【cv】 模型公网地址整改 * 【pytorch】【contrib】【cv】 模型公网地址整改 2 年前
!7376 optimize public_address_statement.md Merge pull request !7376 from 王凯宇/master 8 个月前
[众智][PyTorch]整改模型中的requirements.txt文件,删除torch,apex Signed-off-by: bailang <bailang12@h-partners.com> 3 年前
init 4 年前
!5261 【pytorch】【contrib】【cv】 模型公网地址整改 * 【pytorch】【contrib】【cv】 模型公网地址整改 2 年前
README.md

PointNetCNN

This implements training of PointNetCNN on the modelnet40_ply_hdf5_2048 dataset.

PointNetCNN Detail

Requirements

Training

To train a model, run train_pytorch.py

# training 1p accuracy
bash ./test/train_full_1p.sh --data_path=./data/modelnet40_ply_hdf5_2048/

# training 1p performance
bash ./test/train_performance_1p.sh --data_path=./data/modelnet40_ply_hdf5_2048/

# training 8p accuracy
bash ./test/train_full_8p.sh --data_path=./data/modelnet40_ply_hdf5_2048/

# training 8p performance
bash ./test/train_performance_8p.sh --data_path=./data/modelnet40_ply_hdf5_2048/


# finetuning 1p 
bash test/train_finetune_1p.sh --data_path=./data/modelnet40_ply_hdf5_2048/

Log path: ./test/output/1/train_1.log # 8p training performance and loss log ./test/output/1/train_1.log # 1p training performance and loss log

PointNetCNN training result

Acc@1 FPS Npu_nums Epochs AMP_Type
- 20 1 1 O1
- 160 8 250 O1

公网地址说明

代码涉及公网地址参考 public_address_statement.md