natural-synaptic icon indicating copy to clipboard operation
natural-synaptic copied to clipboard

Run as a server

Open deathg0d opened this issue 7 years ago • 1 comments

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 avatar Sep 18 '17 09:09 deathg0d

@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().

nemo avatar Sep 23 '17 21:09 nemo