dinosg
dinosg
then maup.assign just crashes... after spending a while getting thru the assignments. example: In [10]: assign1 = maup.assign(blocks20, vtds10) 100%|██████████| 8941/8941 [11:36
when trying to run the example python2.7 main.py --driver=local --method=GPEIOptChooser --method-args=noiseless=1 ../examples/braninpy/config.pb Have removed and reinstalled python2.7-protobuf, protobuf, you name it (note on my machine, python3 is the default, but...
Hello, Using Matlab's house_dataset from its neural networks toolbox as a test example for a linear rather than logistical problem, seems to crash the back propagation and training algorithms. Printing...
the back propagation algorithms for the CNN methods - as stated in the code for cnnbp, the delta in the output layer is defined, net.od = net.od = net.e ._(net.o._(1-net.o));...
in cnnsetup, I don't always obtain convergence using the random initialization given in the code net.ffW = (rand(onum, fvnum) - 0.5) \* 2 \* sqrt(6 / (onum + fvnum)); In...