Giter VIP home page Giter VIP logo

Comments (7)

sinllychen avatar sinllychen commented on September 24, 2024

@zzbjpc Hi,您好。首先非常感谢您的关注!

1、目前系统里面可支持能够用shell命令执行的模型,如Java,shell脚本语言开发的模型等,后续我们会将可编程节点(支持Python语言,已开发完成未合并),Tensorflow(目前正在开发调试中)运行环境集成到系统中。Upload program 可提供用户上传的是一个程序zip包,里面可以是Jar包或别的能够通过shell命令执行的程序。

2、项目本身的依赖包是maven依赖的,可以自动下载;项目的运行所依赖的集群等环境需要您自己去搭建,目前我们提供docker虚拟机的集群环境搭建方式,具体可参照https://github.com/ICT-BDA/EasyML/blob/master/QuickStart.md ,如果您是windows环境,可以自己下载windows 的docker 按照我们提供的步骤来搭建相应的运行环境,但是对自身电脑要求较高,可能会比较卡。

3、IDEA 我记得我当时用的时候直接就能跑的,不确定是不是版本问题,我用的是IDEA 15.0.3 教育版。现在我用的比较多的是eclipse, 您可以用eclipse导入maven工程试下,eclipse需要安装GWT插件。

祝好!

from easyml.

zzbjpc avatar zzbjpc commented on September 24, 2024

@sinllychen thanks~我再看看

from easyml.

czs0x55aa avatar czs0x55aa commented on September 24, 2024

@zzbjpc 我一开始用社区办的IDEA也是没有GWT Configuration,后来换成Ultimate版的就可以了

from easyml.

hello-ming avatar hello-ming commented on September 24, 2024

请问以下两个依赖包在哪里能找到?
`

<groupId>eml</groupId>

<artifactId>uploader</artifactId>

<version>1.1.0</version>
<groupId>eml</groupId>

<artifactId>gwt-links</artifactId>

<version>1.3</version>

`

from easyml.

sinllychen avatar sinllychen commented on September 24, 2024

@hello-ming 您好,这两个包在https://github.com/ICT-BDA/EasyML/tree/master/lib/eml 这个里面,因为在maven repository仓库里面没有这几个包,所以我们通过手动配置pom.xml将这几个包加入到本地仓库中。这几个包在maven编译完之后会自动加入到本地仓库的。

from easyml.

hello-ming avatar hello-ming commented on September 24, 2024

直接将lib/eml目录复制到本地仓库就可以,pom找不到的警告可以忽略。

from easyml.

sinllychen avatar sinllychen commented on September 24, 2024

@hello-ming 直接复制到本地仓库也行,但当初我们的初衷是不用自己手动添加到本地仓库,而是系统在maven编译的时候,自动将其拷贝到本地仓库。

from easyml.

Related Issues (20)

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.