scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

fix warnings during development #107

Open AdityaSrivast opened 4 years ago

AdityaSrivast commented 4 years ago

Currently when the react server runs on the browser, it throws warnings on the console, occuring due to inconsistent code use.

Screenshots:

image

image

Todos:

Remarks: I am working on this issue