peter197321

Results 15 issues of peter197321

Hi guys, I've created a simple c project, I am using VSCode, Win10 and WSL (Ubuntu). The C-simple I can compile on my localhost machine with `aarch64-linux-gnu-g++` cross-compiler in WSL(Ubuntu)...

question
wsl

Hello guys, How to modify the cpp-tutorial and its projects to be cross-compiled for aarch64 CPU? Thank you.

nice roadmap 👍 can you add classical ML algos such as [SVM](https://en.wikipedia.org/wiki/Support_vector_machine) , [random forrest](https://en.wikipedia.org/wiki/Random_forest), etc...

Nice roadmap 👍 can you add in roadmap [optimization](https://www.tensorflow.org/lite/performance/model_optimization) and [quantization](https://www.tensorflow.org/lite/performance/quantization_spec) ...

does the tf-encrypted framework support TensorFlow 2.x?if not, what's the plan to upgrade tf-encrypted to TensorFlow 2.x?

You've calculated the FLOPS per respective CNN architecture, what execution performance can be expected from particular device (GPU or CPU)? means what would be estimated inference time per single image...

Is there a **run** command for `bazel run //main:hello-world` within vscode-bazel extension? ![image](https://user-images.githubusercontent.com/46971586/84940303-ee464680-b0df-11ea-9c3e-480d1426ef41.png)

I'd like to use `Bazel: Clean` in my project [examples/cpp-tutorial](https://docs.bazel.build/versions/master/tutorial/cpp.html#before-you-begin) and it results in error: `Command Bazel: Clean resulted in an error (Cannot read property 'workspaceFolder ' of undefined)` ![image](https://user-images.githubusercontent.com/46971586/84937003-6a8a5b00-b0db-11ea-900f-f8c81fe65587.png)

I've installed the extension and using [Before you begin](https://docs.bazel.build/versions/master/tutorial/cpp.html#before-you-begin) procedure but I am trying to exercise Bazel Build Targets, and CodeLens links in BUILD files and I'm seeing empty Bazel...

Hello guys, I'd like to know if you are planning or maintain the build scripts for the cross-compilation of PyTorch for ARM-based devices? Thank you.