Cristhian Augusto Romero Mesías

Results 2 comments of Cristhian Augusto Romero Mesías

In this [old source code of SE](https://github.com/KeenSoftwareHouse/SpaceEngineers/blob/a109106fc0ded66bdd5da70e099646203c56550f/Sources/Sandbox.Game/Engine/Multiplayer/MyDedicatedServerBase.cs#L242) ``` UInt32 ip = 0; UInt64 id = 0; int timeout = 100; while (ip == 0 && timeout > 0) { SteamSDK.SteamServerAPI.Instance.GameServer.RunCallbacks();...

How do I use shufflenetV2.py to load custom trained model for re-training?