octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Integrating Pytave and Nnet


From: enricobertino
Subject: Re: Integrating Pytave and Nnet
Date: Wed, 19 Apr 2017 11:31:53 -0700 (PDT)

I wrote an example of image classification calling tensorflow via pytave.
Everything works in the right way on my machine, I think it is a good start
:) I cloned the existing nnet repo and I added the m files in tests/script
[1]. I implemented the standard MNIST example, using both automatic download
of the dataset (mnistTensorflow.m) and a manual import of a .mat dataset
from local directory (mnist_2k2k.m). I wrote the latter as a script and the
former as a function only with the goal of getting familiar with tests and
the make check. They call a python class in /tests/src which uses Tensorflow
functions.

Regarding pytave, I had some problems with the conversion of the pyobects.
In particular I noticed that there is not a conversion of float32 and
strings from python to octave. Is this correct or am I doing something
wrong?

Cheers,
Enrico

[1] https://bitbucket.org/cittiberto/nnet-enrico 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Integrating-Pytave-and-Nnet-tp4682478p4682920.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]