From db0036c9a5afecfb9bcae6dcf49cb39bfaddacfa Mon Sep 17 00:00:00 2001 From: AntiAnti Date: Sun, 28 Nov 2021 20:53:17 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c674314..022cd9e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # SimplePyTorch -UE4 Plugin to execute trained PyTorch modules +UE4 Plugin to execute already trained PyTorch modules. -------- Packaging ------- +## Packaging -1. Download PyTorch C++ distributions: https://pytorch.org/cppdocs/installing.html -2. Copy DLLs from lib directory to SimplePyTorch/Source/ThirdParty/pytorch/Binaries/Win64: +1. Download [PyTorch C++ distributions](https://pytorch.org/cppdocs/installing.html). +2. Copy DLLs from runtime lib directory to SimplePyTorch/Source/ThirdParty/pytorch/Binaries/Win64: asmjit.dll, c10.dll, caffe2_detectron_ops.dll, caffe2_module_test_dynamic.dll, fbgemm.dll, fbjni.dll, libiomp5md.dll, libiompstubs5md.dll, torch.dll, torch_cpu.dll, torch_global_deps.dll, uv.dll. -3. Copy a whole plugin to [your UE4 project]/Plugins directory and recompile. +3. Copy the plugin to [your UE4 project]/Plugins directory and recompile. -------- Usage ------- +## Usage // Create module UObject