Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f3148098
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "2074a2e6b6d474eb524a3dc9bc560d11abddf417"
Commit
f3148098
authored
Jul 01, 2017
by
Davis King
Browse files
merged
parents
f5574434
2ee26aa5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
dlib/dnn.h
dlib/dnn.h
+11
-0
No files found.
dlib/dnn.h
View file @
f3148098
...
...
@@ -11,7 +11,18 @@
#include "dnn/tensor.h"
#include "dnn/input.h"
// Problem: Visual Studio's vcpkgsrv.exe constantly uses a single CPU core,
// apparently never finishing whatever it's trying to do. Moreover,
// this issue prevents some operations like switching from Debug to
// Release (and vice versa) in the IDE. (Your mileage may vary.)
// Workaround: Keep manually killing the vcpkgsrv.exe process.
// Solution: Disable IntelliSense for some files. Which files? Unfortunately
// this seems to be a trial-and-error process.
#ifndef __INTELLISENSE__
#include "dnn/layers.h"
#endif // __INTELLISENSE__
#include "dnn/loss.h"
#include "dnn/core.h"
#include "dnn/solvers.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment