jccerrillo
Results
2
comments of
jccerrillo
Hello, I agree this is an amazing project and also think it would be very helpful to have a simple example of using a model once it has been trained....
As an example of creating a predict function in digit-fnn.lisp I did the following: Stored the trained fnn model in *net* global variable. Then redifined set-input thus: ``` (defmethod set-input...