浏览代码

Merge pull request #493 from Unity-Technologies/release-0.3

Improve iOS additional instructions (#386)
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
b4176615
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      docs/Using-TensorFlow-Sharp-in-Unity.md

8
docs/Using-TensorFlow-Sharp-in-Unity.md


* Once you build for iOS in the editor, Xcode will launch.
* In `General` -> `Linked Frameworks and Libraries`:
* Add a framework called `Framework.accelerate`
* Add a framework called `Accelerate.framework`
* Double Click on the flag list
* Type `-force_load`
* Drag the library `libtensorflow-core.a` from the `Project Navigator` on the left under `Libraries/ML-Agents/Plugins/iOS` into the flag list.
* Double click on the flag list to expand the list
* Add `-force_load`
* Drag the library `libtensorflow-core.a` from the `Project Navigator` on the left under `Libraries/ML-Agents/Plugins/iOS` into the flag list, after `-force_load`.
# Using TensorFlowSharp without ML-Agents

正在加载...
取消
保存