Code Monkey home page Code Monkey logo

dianne's People

Contributors

eliasdc avatar pvmolle avatar sbohez avatar tverbele avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dianne's Issues

Ant fails when building on ubuntu 14.04

$ant clean build generates the following error:

BUILD FAILED
/dianne/build.xml:25: The following error occurred while executing this line:
/dianne/build.xml:10: The following error occurred while executing this line:
/dianne/cnf/build-template.xml:53: The following error occurred while executing this line:
/dianne/cnf/build-template.xml:71: Error running javac compiler

Use JavaCPP Preset for ONNX

The JavaCPP Preset for ONNX contains everything that you get from the implementation generated from the protobuf that is currently used. You also get the ability to "polish" and convert the version of a model (in this PR ) as well as access to the operator schemas, the ONNX IR, ONNX-ML (Classical Machine Learning extension), ONNXIFI and more.

help!

I got following error when I execute./gradlew run.all [Any of them; all , core etc.]

image

Datasets won't appear after exiting with CTRL+C

I exited the java -jar tools/generated/distributions/executable/all.jar process with CTRL+C.
Now the Datasets don't appear in the UI menu (but exist in the folder).

I have tried deleting/redownloading the folders models and datasets.

Build: ./gradlew build

NullPointerException while executing run tasks

I got following error when I execute./gradlew run.all [Any of them; all , core etc.]

2017-08-02 13:36:44.210:INFO:oejs.Server:jetty-8.1.14.v20131031
2017-08-02 13:36:44.283:INFO:oejs.AbstractConnector:Started [email protected]:8080
[INFO] Started Jetty 8.1.14.v20131031 at port(s) HTTP:8080 on context path /
[DEBUG] Ignoring Servlet Service ServiceReference{org.apache.felix.http.base.internal.handler.HttpServicePlugin@229d10bd}, alias is missing or empty
[INFO] Detected extended HttpService. Filters enabled.
[DEBUG] Ignoring Servlet Service ServiceReference{org.apache.felix.http.whiteboard.internal.manager.HttpWhiteboardWebConsolePlugin@63a65a25}, alias is missing or empty
[INFO] Http service whiteboard started
Exception in thread "Thread-25" java.lang.NullPointerException
	at be.iminds.aiolos.monitor.node.NodeMonitorImpl.update(NodeMonitorImpl.java:159)
	at be.iminds.aiolos.monitor.node.NodeMonitorImpl.access$2(NodeMonitorImpl.java:118)
	at be.iminds.aiolos.monitor.node.NodeMonitorImpl$MonitorThread.run(NodeMonitorImpl.java:261)
	at java.lang.Thread.run(Thread.java:745)

Welcome to Apache Felix Gogo

g! 
> Building 85% > :tools:run.core

And it hangs at 85%.

Can't run on Windows

I can't run dianne under windows after successful compilation. Here is the error log:

mnist:
     [echo] Launching DIANNE MNIST demo
   [delete] Deleting directory C:\mm\msys\home\imizus\Projects\dianne\tools\resources
    [mkdir] Created dir: C:\mm\msys\home\imizus\Projects\dianne\tools\resources
     [copy] Copying 5 files to C:\mm\msys\home\imizus\Projects\dianne\tools\resources
     [java] [MGMT-0]! Unexpected error in the run body: Illegal attribute name ";java.vm.version="25.92-b14";org.osgi.supports.framework.fragment="true";user.variant="";be.iminds.iot.dianne.dataset.mnist.location="datasets/MNIST/";be.iminds.iot.dianne.dataset.cifar100.location="datasets/CIFAR-100/";java.awt.printerjob="sun.awt.windows.WPrinterJob";sun.io.unicode.encoding="UnicodeLittle";org.osgi.framework.version="1.5.0";org.osgi.framework.storage="C:\mm\msys\home\imizus\Projects\dianne\tools\generated\[MGMT-0]";awt.toolkit="sun.awt.windows.WToolkit";org.osgi.framework.bundle.parent="boot";user.script="";org.osgi.supports.bootclasspath.extension="false";user.home="C:\Users\imizus";java.specification.vendor="Oracle Corporation";java.library.path="c:\Program Files\Java\jdk1.8.0_92\jre\bin
     [java] [MGMT-0]java.lang.NullPointerException
     [java] [MGMT-0]    at aQute.launcher.Launcher.deactivate(Launcher.java:716)
     [java] [MGMT-0]    at aQute.launcher.Launcher.run(Launcher.java:287)
     [java] [MGMT-0]    at aQute.launcher.Launcher.main(Launcher.java:87)
     [java] [MGMT-0]Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
     [java] [MGMT-0]-----------------
     [java] [MGMT-0]Errors
     [java] [MGMT-0]000: Exit code remote process 127: java -cp C:\Users\imizus\.bnd\cache\http%3A%2F%2Faiolos.intec.ugent.be%2Frepositories%2Fconcierge%2Forg.eclipse.concierge\org.eclipse.concierge-6.0.0.jar;C:\mm\msys\home\imizus\Projects\dianne\cnf\cache\biz.aQute.launcher\biz.aQute.launcher-latest.jar -Dlauncher.properties="C:\mm\msys\home\imizus\Projects\dianne\tools\generated\launch4352201364622373301.properties" aQute.launcher.Launcher
     [java] [MGMT-0]Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
     [java] 10:00:04 ERROR - Failed to launch
     [java] java.util.concurrent.TimeoutException: null
     [java]     at be.iminds.aiolos.cloud.local.CloudManagerLocal.startVMs(CloudManagerLocal.java:88) ~[na:na]
     [java]     at be.iminds.aiolos.cloud.local.CloudManagerLocal.startVM(CloudManagerLocal.java:69) ~[na:na]
     [java]     at be.iminds.aiolos.launch.CloudLauncher.launch(CloudLauncher.java:58) ~[be.iminds.aiolos.launch-0.6.0.jar:na]
     [java]     at be.iminds.aiolos.launch.Activator.start(Activator.java:72) [be.iminds.aiolos.launch-0.6.0.jar:na]
     [java]     at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645) [org.apache.felix.framework-4.2.1.jar:na]
     [java]     at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) [org.apache.felix.framework-4.2.1.jar:na]
     [java]     at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) [org.apache.felix.framework-4.2.1.jar:na]
     [java]     at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955) [org.apache.felix.framework-4.2.1.jar:na]
     [java]     at aQute.launcher.Launcher.update(Launcher.java:436) [biz.aQute.launcher-latest.jar:na]
     [java]     at aQute.launcher.Launcher.activate(Launcher.java:349) [biz.aQute.launcher-latest.jar:na]
     [java]     at aQute.launcher.Launcher.run(Launcher.java:238) [biz.aQute.launcher-latest.jar:na]
     [java]     at aQute.launcher.Launcher.main(Launcher.java:87) [biz.aQute.launcher-latest.jar:na]

Could you give me a tip?

ant minst throws a service location exception

On OSX, executing $ant minst generates the following exception:

[java] [MGMT-0]12:23:45 ERROR - Exception in initial DA lookup
[java] [MGMT-0]ch.ethz.iks.slp.ServiceLocationException: No route to host

Not sure what route you're trying to establish.

CUDNN not supporting all modules

CUDNN does appear to not support some modules in DIANNE.
When I try to deploy a network with a ConvLayer, errors occur, including:
Caused by: be.iminds.iot.dianne.api.nn.module.ModuleException: Error in forward of module be.iminds.iot.dianne.nn.module.regularization.BatchNormalization c871f226-772f-3b96-bd4e-6537ff345132: CUDNN_STATUS_NOT_SUPPORTED at be.iminds.iot.dianne.api.nn.module.AbstractModule.forward(AbstractModule.java:191) at be.iminds.iot.dianne.api.nn.module.AbstractModule.forward(AbstractModule.java:143) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at be.iminds.aiolos.proxy.ServiceProxy.invoke(ServiceProxy.java:198) at com.sun.proxy.$Proxy18.forward(Unknown Source) ... 4 more Caused by: java.lang.Exception: CUDNN_STATUS_NOT_SUPPORTED at be.iminds.iot.dianne.tensor.ModuleOps.batchnorm(Native Method) at be.iminds.iot.dianne.nn.module.regularization.BatchNormalization.forward(BatchNormalization.java:136) at be.iminds.iot.dianne.api.nn.module.AbstractModule.forward(AbstractModule.java:187) ... 10 more
Just after the launching the learn job, the following output occurs:
CUDNN_STATUS_NOT_SUPPORTED CudnnModuleOps.c:340 Error during learning

When looking at the specified line, I think cudnnBatchNormalizationForwardInference is not supported by CUDNN. When using a simple network with only fully connected layers and some ReLUs, everything works fine using CUDNN.

Failing to run

I'm on Mac High Sierra, and am currently having trouble running ./gradlew run.all and http://localhost:8080/dianne. The output of ./gradlew run.all is below:
output of gradlew run all

Any help would be appreciated. Thanks.

"Unable to read index" error

Hi,

The problem is when I run ./gradlew build I'm getting;

Error  : dianne :Unable to read index at URL 'https://raw.githubusercontent.com/osgi/osgi.enroute/master/cnf/distro/index.xml': java.io.EOFException

I checked given url and took me osgi.enroute repository from osgi.

Then I see that you already update master tag as v1.0.0 in the commit 497a700
Can you add some information into your documentation about v5.0.0 and this expired link?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.