Mustansar Saeed

Results 14 issues of Mustansar Saeed

Hi, I am trying to converts **yolov2** weights to tensorflow buffers using following command: `./flow --model yolov2-tiny.cfg^C-load yolov2-tiny.weights --savepb` **yolov2-tiny.cfg** ``` [net] # Testing batch=1 subdivisions=1 # Training # batch=64...

I am trying to run `yolov2` with `TensorFlow Lite` in `Android`. I have integrated `Yolo v2` in Android but it is not detecting any images. In order to user `YoLo...

Hi, I am trying to load module in the mobile app but I get the following error: ``` W/System.err: java.lang.IllegalStateException: Cannot re-initialize NativeLoader. W/System.err: at com.facebook.soloader.nativeloader.NativeLoader.init(NativeLoader.java:54) W/System.err: at org.pytorch.Module.load(Module.java:21) W/System.err:...

Hi, I am using `PySyft` and `PyGrid` `0.2.x` . For `CNN`, should we use `torch.nn.Conv2d` or `syft.frameworks.torch.nn.Conv2d` ? Are there any differences?

Type: Question :grey_question:

Hi, I am using `PySyft 0.2.x` and trying to build `training_plan` for `CNN` model. My Model is as follows: **Model** ``` import syft as sy from syft.frameworks.torch.nn import Conv2d, max_pool2d...

Type: Question :grey_question:

## Description Hi, Thank you for the exciting library. I have just observed that when we create the `Training Plan` then we provide sample data that `Plan` should expect during...

Type: Bug :bug:

Hi, Training on mobile devices work fine but after certain rounds or sometimes on first round, I get the following exception: ``` java.lang.IllegalStateException: Cannot re-initialize NativeLoader. org.openmined.syft.demo W/System.err: at com.facebook.soloader.nativeloader.NativeLoader.init(NativeLoader.java:54)...

Type: Question :grey_question:

Hi, I am using syft 0.2.x. Training on mobiles works fine, but sometimes I start getting the following errors and I then keep on receiving such errors unless I restart...

Type: Question :grey_question:

Hi, I am using `syft 0.2.x`. I want to determine the size of the model. What is the correct way to determine the size? I have two options: **Option: 1**...

Type: Question :grey_question:

Hi, Demoapp is working fine on Nexus6P running android 9. I am trying to run application on Nexus 5 (Android 6) but getting the following error: ``` Caused by: java.lang.NoClassDefFoundError:...

Type: Question :grey_question: