-
What was the grid-resolution of dataset that was used for shape-net car and Ahmed body CFD example in this paper (https://arxiv.org/pdf/2307.15034). I am wokring with `torch==2.0.1+cu117'` and it look…
-
### What is the feature?
After adopting half-precision computations for the model, the predictions exhibited substantial discrepancies when compared to those derived from single-precision (fp32) cal…
-
while running the object detection using video_demo_half.py script (16-bit half precision floats), I am getting the following error
_Traceback (most recent call last):
File "video_demo_half.py",…
-
Based on tf doc I used the "mixed_float16" policy to train the efficientnet model, but the training become extremely slow almost 10 times slower.
https://www.tensorflow.org/api_docs/python/tf/keras…
-
### What's the feature?
### version
dev-1.x
### situation
I use kfiou on my dataset. In order to speed up training, I try to use `AmpOptimWrapper`.
There is an error
```txt
RuntimeError: “lu_c…
-
##### System information (version)
- OpenCV => master @ https://github.com/opencv/opencv/commit/ad0ab4109aec8173b34ee68d25bb488fbcfe5286
- Operating System / Platform => Ubuntu 18.04 64 Bit
- Compi…
-
**Is your feature request related to a problem? Please describe.**
Some projects have been toying with the idea of using half-precision numbers, in addition to single- and double-precision ones. It m…
-
-
### Description
Single precision IEEE floating point numbers often have sufficient precision for many applications, and are used in many binary formats. Additionally, SML/NJ stores `Real64.real` valu…
-
Hi folks!
I've been trying to figure out why you have the warning in the code below for a while now, can you clarify?
`if tokenizer.padding_side is not None and tokenizer.padding_side != "right"…