Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiAnti authored Nov 28, 2021
1 parent 02d9126 commit db0036c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit db0036c

Please sign in to comment.