|
| 1 | +{ |
| 2 | + "properties": { |
| 3 | + "v": "1.0.0-beta6", |
| 4 | + "cuda": "10.2", |
| 5 | + "slf4j": "1.7.25", |
| 6 | + "freemarker": "2.3.29" |
| 7 | + }, |
| 8 | + "link": "https://github.com/eclipse/deeplearning4j", |
| 9 | + "dependencies": [ |
| 10 | + "org.freemarker:freemarker:$freemarker", |
| 11 | + "org.nd4j:nd4j-api:$v", |
| 12 | + "org.nd4j:nd4j-cuda-$cuda:$v", |
| 13 | + "org.nd4j:nd4j-cuda-$cuda-platform:$v", |
| 14 | + "org.deeplearning4j:deeplearning4j-core:$v", |
| 15 | + "org.deeplearning4j:deeplearning4j-common:$v", |
| 16 | + "org.deeplearning4j:deeplearning4j-datasets:$v", |
| 17 | + "org.deeplearning4j:deeplearning4j-nn:$v", |
| 18 | + "org.deeplearning4j:deeplearning4j-nlp:$v", |
| 19 | + "org.deeplearning4j:deeplearning4j-ui:$v", |
| 20 | + "org.deeplearning4j:deeplearning4j-cuda-$cuda:$v", |
| 21 | + "org.slf4j:slf4j-simple:$slf4j", |
| 22 | + "org.slf4j:slf4j-api:$slf4j" |
| 23 | + ], |
| 24 | + "imports": [ |
| 25 | + "org.nd4j.config.*", |
| 26 | + "org.nd4j.linalg.activations.*", |
| 27 | + "org.nd4j.linalg.api.ndarray.INDArray", |
| 28 | + "org.nd4j.linalg.dataset.DataSet", |
| 29 | + "org.nd4j.linalg.dataset.api.iterator.DataSetIterator", |
| 30 | + "org.nd4j.linalg.factory.Nd4j", |
| 31 | + "org.nd4j.linalg.learning.config.*", |
| 32 | + "org.nd4j.linalg.lossfunctions.LossFunctions.*", |
| 33 | + "org.deeplearning4j.eval.Evaluation", |
| 34 | + "org.deeplearning4j.nn.conf.*", |
| 35 | + "org.deeplearning4j.nn.conf.layers.*", |
| 36 | + "org.deeplearning4j.nn.multilayer.MultiLayerNetwork", |
| 37 | + "org.deeplearning4j.nn.weights.WeightInit", |
| 38 | + "org.deeplearning4j.optimize.listeners.ScoreIterationListener", |
| 39 | + "org.deeplearning4j.datasets.iterator.impl.ListDataSetIterator" |
| 40 | + ], |
| 41 | + "init": [ |
| 42 | + ] |
| 43 | +} |
0 commit comments