varun khare

Results 16 comments of varun khare

We found some projects that are integrating these local communication mediums https://github.com/project-chip/connectedhomeip. We ourselves are building one that supports a unified interface for the libs (so they don't need to...

One of our core focus is to support communication between browsers and native apps. At present, we are starting with supporting wifi with Bluetooth and expand into other protocols. The...

@ayush268 can you have a look at it and then we can merge?

@mustansarsaeed number of parameters can be calculated from model ```kotlin val num_params = model.getParamArray().reduce{ sum, tensor -> sum + tensor.shape().reduce{ m,e -> m*e } } ```

Hey @AbdulRahmandata That's a nice idea. Can you add a PR for the same? You would need to modify the login activity to another field for model name and pass...

So for SyftProtoTensor and SyftTensor, how do you propose to have the fields? I assume instead of setting fields directly you would have a repository that has functions to extract...

Ahh okay so it's removing the companion constructors to extension functions?

if the error occurs only in forground mode, the error might be coming from https client. Can you run the android debugger and let me know what request is being...

Great! You can check [SyftJob](https://github.com/OpenMined/KotlinSyft/blob/dev/syftlib/src/main/java/org/openmined/syft/execution/SyftJob.kt) for reference on how to do this.