Hyungjun Seo
Hyungjun Seo
다른분이 질문하셨는지 대충 찾아봤는데 못찾아서 올립니다... https://github.com/ndb796/python-for-coding-test/blob/master/4/4.py 에서 nx, ny를 정하고 조건문 "if d[nx][ny] == 0 and array[nx][ny] == 0:" 를 들어가게되면 4 4 0 0 0 0 1 1...
When the nntrainer library is loaded, it is difficult to check the version. We need an API that can provide a version of nntrainer.
Added Visual Studio Solution and Project to generate nntrainer.dll. Added a project to generate the MNIST Windows exe file.
Added Solution and Project to create nntrainer.dll in windows. Added a script that automatically receives the necessary external Library from nnstreamer-windows-resource and changes the path. Reflecting the latest commit can...
**Modify grammar that is not available in Visual Studio** - The original variable is unsigned int type. It is impossible to put a minus sign. So changed it to multiplying...
Some activation types were missing from EnumList. Added missing types to EnumList. Changed the order of ActivationType and EnumList to be the same. **Self evaluation:** 1. Build test: [X]Passed [...