Changes
- Uses Machine Learning Remote api
- Depends on you own python setup for this version. TF version expected: 2.11, this will be resolved by
InstallRequirements.bat
- Contains server component in
ServerExamples/ml-remote-server
runInstallRequirements.bat
then runStartupServer.bat
see https://github.com/getnamo/ml-remote-server?tab=readme-ov-file#quick-setup for details - Contains a test map setup for
mnist_tf.py
found inServerExamples/ml-remote-server/scripts/mnist_tf2.py
. On begin play it will connect to yourml-remote-server
and begin training over 5 epochs. Once done you'll seeScript Log: training complete
in your unreal log and you can then send key inputs to test that inference was successful (0-9 key then press f to send)