-
Hi -
I am working on an HPC project that would need to achieve CPU pinning for containers so that specific tasks run on the appropriate CPU as well as speak directly to the host network adapter (a …
-
I don't know if the stdlib project would concern itself with standard intrinsic functions. Working with gfortran (10.3.1 on a Fedora Unix system) I found surprising behavior of the gamma intrinsic; in…
-
Despite having:
```
class g():
...
def __getitem__(self, index):
# type: (Union[int, slice, Callable]) -> Union[IterableWrapper, Any]
```
Running mypy triggers "…
-
OverviewVulkan targets high-performance real-time 3D-graphics applications, such as video games and interactive media, and highly parallelized computing. Vulkan is intended to offer higher performan…
-
I compiled and installed pytorch from source on win10, then compared the speed of resnet50 running on caffe and libtorch, both the speed of loading model and evaluating data, caffe is 2~3 times faste…
-
I've been trying to a train using the slowonly_r50_u48_240e_ntu120_xsub_keypoint.py file and it just makes the grad_norm 0 immediately. Is this normal behaviour. I I've set the videos_per_gpu to 2.
…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md) bu…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.17.0
### Custom code
Yes
### OS platform and distribution
Linux…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
Hi there.
I've been quiet since my currently-on-hold attempt at improving developer documentation (mostly because I feel a bit guilty about dropping it halfway, I'm still hopeful to finish what I …