Skip to content

Instantly share code, notes, and snippets.

View zealbell's full-sized avatar
💭
busy but not busy by being busy

linker zealbell

💭
busy but not busy by being busy
View GitHub Profile
@AlexDBlack
AlexDBlack / pom.xml
Created October 16, 2018 00:59
DL4J examples sample standalone project - modified for using snapshots - https://deeplearning4j.org/docs/latest/deeplearning4j-config-snapshots
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Group-ID, artifact ID and version of the project. You can modify these as you want -->
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-examples</artifactId>
<version>1.0.0-beta2</version>