Yurii
Yurii
> say on 10th outer loop some interruption stopped the run (like memoryError), That shouldn't happen. Is that because of SOFM? Does it fail when you're using some other model?...
> Am i going to get started from 201 to 400 epochs? It depends on the number of epochs, since a model stored in each file has been trained on...
> After 4 batches the error keeps increasing, so not happy with the model Looks like each increase and decrease happens for a fixed number of learning cycles. Looks like...
Hi @ahmadjordan, I haven't used GRNN in awhile, so my knowledge might be a bit rusty, but as far as I remember the model creates a gaussian around each training...
Hi, Can you also tell me python's version and versions of the following libraries: NeuPy, tensorflow?
Sorry for the delay, I just tried to investigate and fix this issue, but it looks like it's not that easy (at least with tensorflow v1). Is it possible for...
Hi @DLPerf, I've seen this problem and I believe at the time I didn't see a good way to solve it. When I switched neupy from theano to tensorflow I...
Hi, Do you have your code available somewhere? Also, can you tell me what are the versions of neupy and TensorFlow do you use?
Also, what is your `mu_update_factor` value?
I think this might require a fix, in the meanwhile, can you try to reduce the `mu_update_factor` value from 1.2 to maybe 1.1 or 1.05 and/or you can also try...