Skip to content

Latest commit

 

History

History

alexnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

AlexNet MXNet Gluon=>ONNX=>TensorRT

1.Reference

2.Export ONNX Model

python3 export_onnx.py

3.Build tensorrt_inference Project

cd ../  # in project directory
mkdir build && cd build
cmake ..
make -j

4.run tensorrt_inference

cd ../../bin/
./tensorrt_inference alexnet ../configs/alexnet/config.yaml ../samples/classification