All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.aws.ec2.provision.DistributedDeepLearningTrainer Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package org.deeplearning4j.aws.ec2.provision;

public class DistributedDeepLearningTrainer {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		ClusterSetup clusterSet = new ClusterSetup(args);
		
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy