ConvNetSharp
ConvNetSharp copied to clipboard
Executable file locks after a crash.
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 ?
It's definitely not running,
It only happens in the GPU version.