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

Cannot upload files with spaces in the file name

Wenuka19 opened this issue · comments

Describe the bug
When trying to upload a data file with a space in the file name FileNotFoundError: [Errno 2] No such file or directory: error is shown in the tensormap-server

To Reproduce

  1. Go to Data Upload tab
  2. Select a file with spaces in the filename, select 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
Picture1