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

Resolved issues in tensormap-server by adding missing functions in FileUpload #181 #182 #183

Closed Wenuka19 closed 1 year ago

Wenuka19 commented 1 year ago

Description

Fixes #181 -data directory was included in the .gitignore, which caused a FileNotFoundError. Now only the .csv files inside the data directory will be ignored Fixes #182 - files with spaces in the filename couldn't be uploaded and caused a FileNotFoundError. Now users can upload such files with no issue

Type of change

How Has This Been Tested?

Checklist: