tensormap
tensormap copied to clipboard
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 implementa...
**Is your feature request related to a problem? Please describe.** Currently, there is a lack of logging mechanism in the TensorMap server-side code. This makes it difficult to track and...
**Describe the bug:** The application lacks proper error handling, leading to uncaught runtime errors and generic 500 Internal Server Error responses. **To Reproduce:** 1. Trigger an error condition in the...
pyproject.toml is a new file format introduced to replace setup.py for managing dependencies in Python projects. It was introduced as part of PEP 518 and PEP 621. It’s a configuration...
**Describe the bug** a longgg error despite installing sql server and setting up the python environment. Probably the README is unupdated. **To Reproduce** Run pip install -r requirements.txt in tensormap-server...
While making the neural network architecture, It should give an error when one tries to make two input node. Right now it does not give any error. @orionpax00 Need your...
**Is your feature request related to a problem? Please describe.** Since the project depends on a lot of older dependencies, it would be convenient to make a **_Docker image_** and...
Fork and clone the TensorMap GitHub repository. Follow the instructions in the README.md and set up both frontend and backend. Take screenshots of the running server console and the web...
**Describe the bug** Many dependencies are not able installed via the command 'pip install -r requirements.txt'. **To Reproduce** Steps to reproduce the behavior: 1. Go to your 'terminal' 2. clone...
**Describe the bug** On using the command `npm run start`, the following error shows up: ``` > [email protected] start > react-scripts --openssl-legacy-provider start /usr/bin/node: bad option: --openssl-legacy-provider ``` **To Reproduce**...
**Is your feature request related to a problem? Please describe.** Better documentation always improves the reliability and maintainability of the codebase and the current flask backend doesn't provide explicit function...