doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

Instantiate registeredModelIds on the FederatedManager #143

Closed phildow closed 5 years ago

phildow commented 5 years ago

Not instantiating registeredModelIds before using it, although it still works, let's explicitly instantiate the variable in the initializer.