mkabatek

Results 14 comments of mkabatek

Thanks for your response. How can we implement a rate limit in the client? If I queue up 500 files to be uploaded and click upload, they all seem to...

@Michael-DJI * Mavic 2 Pro, DJI SDK 4.11, Firmware version v01.00.0510 * Phantom 4 pro, DJI SDK 4.11, Firmware version v01.05.0600

@Michael-DJI I have contacted support, Lisa Fedane (support ticket 28611). Is there firmware for Mavic 2 Pro that fixes the issue as well?

Hello @dusskapark and @hugozanini Thank you for this example and explanation, however I'm still having a hard time with this. I have generated a saved model `.pb` using tensorflow and...

Hello @dusskapark and @hugozanini I wanted to follow up on this because I have found something different after some research. Reading here: https://stackoverflow.com/questions/62270805/get-outputs-in-model-predict-by-name-in-tensorflow-js I can print the following `console.log(model.outputNodes)` I...

@vladmandic thanks for that explanation that helps. Is there any way to prune or remove output tensors that may not be needed during the conversion using `tensorflowjs_converter` or a way...

I think it has to do with the amount of RAM in the machine. I only have 4Gb and I read somewhere else that someone added 8GB ram to their...

They ADDED 8Gb of memory, meaning they have 16Gb now. Here is the original thread. https://github.com/nicehash/NiceHashMiner2/issues/173

> 4\. bundle exec pod install I did the following, and got the following error: ``` [!] CocoaPods could not find compatible versions for pod "hermes-engine": In snapshot (Podfile.lock): hermes-engine...

@cipolleschi Thank for you reply, I realize that, and running the command does fix the issue. However I'm working off the following repo, https://github.com/thecodingmachine/react-native-boilerplate/issues/344 and trying to understand why this...