-
```
What steps will reproduce the problem?
1. compile a multi-thread program against cpu profiler
2. run the program
What is the expected output? What do you see instead?
I call ProfileStart in with …
-
This is for CoNLL-2003 datasets for NER tasks. Tagger example is taken from here:
(https://github.com/clab/dynet/tree/master/examples/tagger)
Speed of BiLSTM tagger example on CPU: 6.033s
Speed o…
-
i use mobilenet V2 backbone, but train fail
```
[-] Importing tensorflow...
2021-01-14 13:49:10.317068: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic l…
-
## Describe the issue
Multiple tools described and shown on screenshots on the *Debug and Profiling Tools* documentation page are more advanced in the current Atom Sample Viewer project.
Notabl…
-
Our proprietary profiling format has space for both sampled data, such as CPU samples, and supporting data, like when each thread was readied (and by whom) among many other things. Several existing do…
-
This component uses a LOT of CPU, especially when running with constellations (but even without). In profiling, we can see that the python-skyfield library computing positions is a lot of work. Here i…
-
Following the workaround [here](https://github.com/tensorflow/tensorboard/issues/3209#issuecomment-586564484), I tried profiling via both `tensorflow.keras.callbacks.TensorBoard` and `with tensorflow.…
-
**Godot version:**
3.0.6 (stable.official.8314054)
**OS/device including version:**
Win 10, Intel i7-7700K @ 4.20GHz, NVidia GTX 1080, Monitor 3440x1440
**Issue description:**
- When running …
-
```
../../runtime/vm/os_thread.h: 400: error: expected: !in_thread_interrupt_scope_
Thread 2 received signal SIGSEGV, Segmentation fault.
[Switching to Thread 3549023.3549754]
dart::Profiler::Du…
-
As we are monitoring our Node.js application, the majority of the time is spent in the Node - while our database queries seems to be faster. Is there a way to see which methods are taking the most tim…