pepure

Results 3 comments of pepure

> > `x_data.ToArray()` > > Do you mean y = y_data.ToArray(of double)() > it doesn't work at all...... I offer a lower level solution:) -------------------------------------------------------- Dim x_data, y_data As NDArray...

It's good to be in one framework, and it should be more comfortable to develop deep learning code.

Hi,The code that I can run normally is as follows: # the graph of load image : tf_with(tf.variable_scope("LoadImage"), delegate { decodeJpeg = tf.placeholder(tf.@byte, name: "DecodeJpeg"); var cast = tf.cast(decodeJpeg, tf.float32);...