natural-synaptic
natural-synaptic copied to clipboard
Run as a server
Is there a way to run this on a server. Let's say we have a big json file after training. It doesn't look efficient to pull the json file for every request.
@deathg0d this was meant as a proof of concept and doesn't have an easy way to create a standalone version of itself atm.
I think the best you can do is use the standalone
function from Synaptic that should be accessible through classifier.network.network.standalone()
.