Jose A. Corbacho

Results 7 comments of Jose A. Corbacho

0.2.x does not seem to be supported anymore. Could you check if by changing to PySyft 0.5 the problem is fixed?

Hi @mustansarsaeed , We didn't test KotlinSyft in versions below SDK 24. That was out of the scope of the library.

Ideally, if we consider Proto as a data source model, we would have a mapper (similar to the current `fun SyftProtoTensor.toSyftTensor()`. This simple addition would separate both worlds and all...

"Any change in syft proto would need to be propagated through several layers for each of the objects": This is exactly what this issue tries to solve.

It'll require a bit more of work but those extension functions from proto to KotlinSyft would be part of the solution. Plus, as said, we would need to create our...

Please note that this is not intended to remove exceptions in the lower levels. Basically that is not possible yet. It's the lib API that should offer other mechanisms.

Hi, Thanks for trying this project. I have just train the model and deployed it in the app and could it see it working as expected (at least the prediction)...