
org.deeplearning4j.ui.activation.ActivationsDropwiz Maven / Gradle / Ivy
package org.deeplearning4j.ui.activation;
import javax.ws.rs.GET;
/**
* @author [email protected]
*/
public class ActivationsDropwiz extends ActivationsResource {
@GET
public RenderView get() {
return new RenderView();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy