-
I think it would be nice if there is some percentage when exporting frames so I can show the progress to the user. Or maybe there are some alternative that I can use to show the percentage to user?
…
-
At the moment if the process encounters an infinite loop it is possible to loose `console.log` output, from the same `sync` block.
I believe there should be a way to force process.stdout to write e…
-
I have received this same error message from several Ax search jobs spanning multiple models and datasets:
```
concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last)…
-
Thread support is currently lacking as far as I understand it.
-
Hi All:
I am using torch for a robotics research project, and need to use the trained network in a C++ program which will be subsequently linked with ROS. However it appears that a good guideline o…
ghost updated
7 years ago
-
It looks like HTMLDialogs have a really inconsistent frame rate compared to WebDialogs.
Here is a quick test:
htmldlg = UI::HtmlDialog.new({dialog_title:"HTMLDialog"})
htmldlg.set_url("ht…
-
Title says it all.
More info on the specific findings of the hackers: https://media.defcon.org/DEF%20CON%2026/DEF%20CON%2026%20presentations/Thanh%20Bui%20and%20Siddharth%20Rao/
If I understand it…
-
```
Reading about local IPC on Windows leads me to idea that Named Pipes is not the
transport should be used where Unix Domain sockets are on Unix. Other, most
probably faster, should be.
ALPC and U…
-
### Description
I want to (de)serialize instances of classes that are defined in third-party modules that I can't edit. I'd still like to use array_like for the performance and file size benefits tha…
-
# Problem
When I use mpirun to launch nccl-tests performance test, I got a poor performance compared with runing directly.
I am very confused with this, and I don't know what cause this. Can you off…