cbovar / ConvNetSharp

Deep Learning in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executable file locks after a crash.

Kew opened this issue · comments

commented

When my app crashes (as I am developing it) the executable is locked and I need to rename it e.g. "program.exe.crashed14" before I can compile and visual studio can write the updated file again.

How do you handle this situation when you are developing?

I haven't experienced that with ConvNetSharp. Is it possible your application is still running in background and this prevents you from overwriting it ?

commented

It's definitely not running,

commented

It only happens in the GPU version.