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

FileNotFoundError: [Errno 2] No such file or directory. When trying to upload a new data file to the app #181

Closed Wenuka19 closed 1 year ago

Wenuka19 commented 1 year ago

Describe the bug FileNotFoundError: [Errno 2] No such file or directory error occurs when trying to upload a new file to the app

To Reproduce

  1. Go to Data Upload tab
  2. Select a file type and upload a file
  3. Click on Upload File
  4. Error appears on the backend.

Expected behavior A pop-up should be shown to the user indicating the success or failure of the file upload

Screenshots Picture2

Desktop (please complete the following information):

Wenuka19 commented 1 year ago

This can be solved by creating a data directory in the root folder(in tensormap-server). It is not mentioned in the setup guide.