Skip to content

Commit

Permalink
Add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunKyungHan committed Sep 14, 2022
1 parent b4f3f69 commit afb5afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvidia_deeplearningexamples_resnext.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ResNeXt101 ๋ชจ๋ธ์€ Volta, Turing ๋ฐ NVIDIA Ampere ์•„ํ‚คํ…์ฒ˜์—์„œ Tensor C

ํ˜ผํ•ฉ ์ •๋ฐ€๋„ ํ•™์Šต์—๋Š” [NHWC ๋ฐ์ดํ„ฐ ๋ ˆ์ด์•„์›ƒ](https://pytorch.org/tutorials/intermediate/memory_format_tutorial.html)์ด ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.

Note that the ResNeXt101-32x4d model can be deployed for inference on the [NVIDIA Triton Inference Server](https://github.com/NVIDIA/trtis-inference-server) using TorchScript, ONNX Runtime or TensorRT as an execution backend. For details check [NGC](https://ngc.nvidia.com/catalog/resources/nvidia:resnext_for_triton_from_pytorch)
ResNeXt101-32x4d ๋ชจ๋ธ์€ ์ถ”๋ก ์„ ์œ„ํ•ด TorchScript, ONNX Runtime ๋˜๋Š” TensorRT๋ฅผ ์‹คํ–‰ ๋ฐฑ์—”๋“œ๋กœ ์‚ฌ์šฉํ•˜๊ณ  [NVIDIA Triton Inference Server](https://github.com/NVIDIA/trtis-inference-server)์— ๋ฐฐํฌํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ [NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/resources/resnext_for_triton_from_pytorch)์—์„œ ํ™•์ธํ•˜์„ธ์š”.

#### ๋ชจ๋ธ ๊ตฌ์กฐ

Expand All @@ -39,7 +39,6 @@ _์ด๋ฏธ์ง€ ์ถœ์ฒ˜: Aggregated Residual Transformations for Deep Neural Networks]
์œ„์˜ ์ด๋ฏธ์ง€๋Š” ResNet ๋ชจ๋ธ์˜ ๋ณ‘๋ชฉ ๋ธ”๋ก๊ณผ ResNeXt ๋ชจ๋ธ์˜ ๋ณ‘๋ชฉ ๋ธ”๋ก์˜ ์ฐจ์ด๋ฅผ ๋‚˜ํƒ€๋ƒ…๋‹ˆ๋‹ค.

ResNeXt101-32x4d ๋ชจ๋ธ์˜ ์นด๋””๋„๋ฆฌํ‹ฐ(Cardinality)๋Š” 32์ด๊ณ  ๋ณ‘๋ชฉ ๋ธ”๋ก์˜ Width๋Š” 4์ž…๋‹ˆ๋‹ค.

### ์˜ˆ์‹œ

์•„๋ž˜ ์˜ˆ์‹œ์—์„œ ์‚ฌ์ „ ํ•™์Šต๋œ ***ResNeXt101-32x4d***๋ชจ๋ธ์„ ์‚ฌ์šฉํ•˜์—ฌ ์ด๋ฏธ์ง€๋“ค์— ๋Œ€ํ•œ ์ถ”๋ก ์„ ์ง„ํ–‰ํ•˜๊ณ  ๊ฒฐ๊ณผ๋ฅผ ์ œ์‹œํ•ฉ๋‹ˆ๋‹ค.
Expand Down

0 comments on commit afb5afa

Please sign in to comment.