-
Because the Javadoc does not list `NeuralNetwork.createFromFile()` as throwing any exceptions and the exceptions that are thrown are `RuntimeExceptions`, it becomes difficult to know when to catch exc…
-
Hello, i'm following this tutorial https://www.youtube.com/watch?v=FYgYyq-xqAw&t=528s
and getting an NaN in results[0].confidence
gotResult = (error, results) => {
if (results[0].confide…
-
Add regularization to neuralnetwork
-
-
It would be a good feature to be able to specify the number of threads, the nntrainer can use for training/inference purposes.
Examples:
```cpp
int numberOfThreads = 4;
nntrainer::NeuralNetwork …
-
## Summary
I run the code from the tutorial https://docs.oneflow.org/master/parallelism/05_ddp.html
for 通过设置 SBP 做数据并行训练, but it turns out with
'MobileNetV2' object has no attribute 'to_global…
-
Hello!
First off big fan of your work!
I am having some issues with running the standalone (make mnistSA, where I edit mnist to true in globals) I always get a segfault.
GDB gives me the fo…
-
`server/serve.go` relies on an unexported global variable called `neuralNetworks` which is set when running `server.Serve` however it exposes public functions like `Reply` and `Train`.
The inabili…
-
Hello team,
On v23.02, I was trying to support ArmNN AIDL based on a shim over the NNAPI Support Library.
Step:
1. In device.mk, add:
PRODUCT_PACKAGES += android.hardware.neuralnetworks-shim-s…
-
Hi there.
First of all, I want to reproduce the results of SIGGRPAH_2017(Adam Version) work. So I try to export some data for training in SIGGRPAH_2017 work. Here are the steps that I tried to do.
…