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

org.deeplearning4j.ui.defaults.DefaultView Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.ui.defaults;

import io.dropwizard.views.View;

/**
 * @author [email protected]
 */
public class DefaultView extends View {

    public DefaultView() {
        super("default.ftl");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy