DL4J
Example of DL4J framework with CUSTOM endpoints
Including package to the classpath
%classpath add jar ../../konduit.jarStarting a server
%%bash
konduit serve -id dl4j-mnist -c dl4j.json -rwm -bStarting konduit server...
Using classpath: /root/konduit/bin/../konduit.jar
INFO: Running command /root/miniconda/jre/bin/java -Dkonduit.logs.file.path=/root/.konduit-serving/command_logs/dl4j-mnist.log -Dlogback.configurationFile=/tmp/logback-run_command_a6000ad26ed94583.xml -jar /root/konduit/bin/../konduit.jar run --instances 1 -s inference -c dl4j.json -Dserving.id=dl4j-mnist
For server status, execute: 'konduit list'
For logs, execute: 'konduit logs dl4j-mnist'
Sending an input to served model

Stopping the server
Last updated
Was this helpful?