dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

The process cannot access the file because it is being used by another process. #1227

Closed zewditu closed 3 years ago

zewditu commented 3 years ago

Model Builder Version: In which Model Builder version was the bug encountered? Visual Studion Version: In which Visual Studio version was the bug encountered?

Bug description A clear and concise description of what the bug is.

Steps to Reproduce 1.Open your dataset somewhere

  1. run command "mlnet regression --dataset ".....\taxi-fare-trainlarge.csv" --label-col fare_amount"

Expected Experience A description of what you expected to happen. If applicable, add screenshots or "Machine Learning" Output Logs to help explain what you expected.

Actual Experience A description of what actually happens. If applicable, add screenshots or "Machine Learning" Output Logs to help explain what actually happened.

Additional Context Add any other context about the problem here, such as unusual system configurations, network restrictions, etc.

beccamc commented 3 years ago

@LittleLittleCloud I think this is by design, right? If it's open in another location we can't train with it. The same thing happens in Model Builder UI.

LittleLittleCloud commented 3 years ago

Yes, let's close it