2 Star 3 Fork 2

小帅丶 / deeplearning4j

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runWindowsTests.cmd 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
if not exist %cd%\tests mkdir tests
set currTime=%DATE:/=-%_%TIME::=-%
set outputFile=tests\nd4j-native_%currTime%.log
ECHO ***** Starting tests using nd4j-native backend, piping output to %outputFile% *****
call mvn clean site -Ddependency.locations.enabled=false -P test-nd4j-native -fn -pl !deeplearning4j-cuda > %cd%\%outputFile% 2>&1
ECHO ***** Constructing nd4j-native site at projectRootDirectory\tests\nd4j-native_DATE-TIME *****
call mvn site:stage -DstagingDirectory=%cd%\tests\nd4j-native_%currTime% -pl !deeplearning4j-cuda
ECHO ***** Starting tests using nd4j-cuda-8 backend *****
set outputFile=tests\nd4j-cuda-8_%currTime%.log
call mvn clean site -Ddependency.locations.enabled=false -P test-nd4j-cuda-8.0 -fn > %cd%\%outputFile% 2>&1
ECHO ***** Constructing nd4j-native site at projectRootDirectory\tests\nd4j-cuda-8_DATE-TIME *****
call mvn site:stage -DstagingDirectory=%cd%\tests\nd4j-cuda-8_%currTime%
Java
1
https://gitee.com/xshuai/deeplearning4j.git
git@gitee.com:xshuai/deeplearning4j.git
xshuai
deeplearning4j
deeplearning4j
master

搜索帮助