[TensorRT] TensorRT GA vs RC => Use the GA version
|2020. 5. 18. 16:01
728x90
반응형
TensorRT 다운로드 시 특별한 이유가 없는 경우, GA 버전을 다운 받는 것을 추천한다.
GA is a production release, it stands for "General Availability". It is the version most people should be using, for most activities. It has gone through a full test cycle.
RC is a "Release Candidate". It is a preproduction version, an early release version.
In general, the recommendation would be to use a GA version, unless you have a specific reason to use a RC version (e.g. to evaluate a new feature). RC might be used to evaluate a specific new capability before it is available in a GA release, or it might be used to evaluate compatibility of a current code or application with future plans.
Recommondation based on your question: Use the GA version.
참고자료 : https://stackoverflow.com/questions/57312160/what-is-the-difference-between-tensorrt-ga-and-rc
What is the difference between TensorRT GA and RC?
I just wanted to download TensorRT but I saw there are two different versions GA and RC. What is the differences between them and what version should I choose as I use a Windows 10 machine with Gef...
stackoverflow.com
728x90
반응형
'Development & Tools > Frameworks & Libraries' 카테고리의 다른 글
[ONNX] onnx-graphsurgeon 이용하여 plugin 사용하기 - Group Normalization (3) | 2020.07.21 |
---|---|
[ONNX] Netron : ONNX model Visualization (0) | 2020.07.16 |
[Onnx] Onnx Tutorials (정리중) (0) | 2020.05.14 |
[TensorRT] TensorRT 및 Tensor Core에서 NCHW vs NHWC 형식의 성능 차이 (1) | 2020.04.29 |
[TensorRT] 지원되는 연산자 목록 (2020.04.29 기준) (0) | 2020.04.29 |