tensorflow_tutorials icon indicating copy to clipboard operation
tensorflow_tutorials copied to clipboard

Need tests

Open pkmital opened this issue 8 years ago • 8 comments

Anyone willing to help w/ this?

pkmital avatar Apr 06 '16 16:04 pkmital

Hi Parag

It might be that we can get some of my students to test. They might need some guidance from you.

On 6 April 2016 at 17:32, Parag K Mital [email protected] wrote:

Anyone willing to help w/ this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/pkmital/tensorflow_tutorials/issues/13

micknoise avatar Apr 06 '16 18:04 micknoise

Wow awesome! Yes, writing up tox tests for each python example and testing string difference on output would be the way to go.

pkmital avatar Apr 06 '16 19:04 pkmital

Ok I'll introduce you to some talent. They are a few weeks away from their final deadline but will be interested and able to help soon.

:-)

On Wednesday, 6 April 2016, Parag K Mital [email protected] wrote:

Wow awesome! Yes, writing up tox tests for each python example and testing string difference on output would be the way to go.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/pkmital/tensorflow_tutorials/issues/13#issuecomment-206514901

Sent from my mobile

micknoise avatar Apr 08 '16 07:04 micknoise

@pkmital Please take a look at this. If something like this is OK, I'll make a PR.

https://github.com/nlintz/TensorFlow-Tutorials/blob/master/.travis.yml

hunkim avatar Apr 18 '16 09:04 hunkim

Hi Parag,

awesome tutorial! I can help you with testing. I already found an issue. I wondered why plotting wasnt working. Adding plt.show() below each plt.imshow(...) resolved that issue. Well, not really. There is just one window containing the first plot. If you want to see the other plots, you need to close the window for popping up a new window containing the next plot.

ghost avatar May 02 '16 19:05 ghost

hi, i want to classify with autoencoder, but i find the AE is just reconstruct the input without classify, would you mind help me about how to classify with AE?

cswwp avatar Oct 13 '16 15:10 cswwp

@cswwp This is reserved for discussion about the topic of creating tests. Please try on StackOverflow or better yet take this free online course: https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info

pkmital avatar Oct 13 '16 16:10 pkmital

Apparently only the first plot is shown. Closing the first plot shows nothing else.

ghost avatar Jan 14 '17 12:01 ghost