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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix warnings during development

AdityaSrivast opened this issue · comments

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:

  • Fix these warnings

Remarks: I am working on this issue