Emmanuel Roux

Results 11 comments of Emmanuel Roux

[EDIT 2018-12-18] Hi, I run the code out of the box (SVHN to MNIST) and got **different behavior depending on the version of Tensorflow.** I detail below the results i...

Thanks @wheatdog for your quick tests with those two versions of Tensorflow (v1.0.1., v1.2.1). Apparently there is already a drop of performance in the first run of v1.0.1 (68.0 %)....

Hi @JinmingZhao ! It works but the "source only" baseline (you got 96.290323 %) is much higher than in the original paper (around 75 %) which is the issue I...

Was also linked to the following pull requests and issues : PULL REQUESTS: - https://github.com/tensorflow/playground/pull/156 - https://github.com/tensorflow/playground/pull/101 ISSUES: - https://github.com/tensorflow/playground/issues/161 - https://github.com/tensorflow/playground/issues/76

Dear @randomekek, by reading your issue it seems that you may appreciate the fork we've been working on ! https://coolearning.github.io/playground/ The Coolearning interface allows interactive arbitrary network re-wiring during training,...

Dear @dcato98, it seems that your contribution followed a similar philosophy as the one we injected in a fork of the playground (CooLearning : https://coolearning.github.io/playground/) Feel free to give a...

Dear @vternal3, by reading your feature request it seems that you may appreciate the fork we've been working on ! https://coolearning.github.io/playground/ The Coolearning interface would allow you to interactively change...

Dear @dbolser, by reading your issue it seems that you may appreciate the fork we've been working on ! https://coolearning.github.io/playground/ The Coolearning interface allows interactive sweeping of the parameters by...

Dear @goldflower, by reading your issue it seems that you may appreciate the fork we've been working on ! https://coolearning.github.io/playground/ The Coolearning interface allows real-time network interaction during training, and...

Hello @moosehill ! It's probably due to the way the thumbnail of the dataset (visible in top left corner of the playground) is generated using this function [drawDatasetThumbnails,](https://github.com/tensorflow/playground/blob/29b78ca68b7792871222d30374cbd1d7e84d7295/src/playground.ts#L993) Indeed, the...