-
### Describe the bug
`kornia.augmentation.RandomAffine` doesn't handle the degenerate case of a `C=0` tensor.
```
In [19]: import torch
In [20]: import kornia.augmentation
In [21]: my_fcn =…
-
It's not clear how `--fatal-infos` analyzer flag works. If to ask for a help we will see the following:
```
$dart analyze --help
Analyze Dart code in a directory.
Usage: dart analyze [arguments]…
-
### 🚀 Torchvision GPU compatible text writing on images
Hi.
Right now, I believe that if you wanna write text on a GPU Tensor, you're gonna have to do it in CPU memory.
This is unfortunate sin…
-
Env:
cuda: 9.0
cudnn: 9.0
tensorflow: 1.8.0
Ubuntu 16.04
I followed the instructions in Wxjwjj's post. Still get errors.
File "/home/charles/Libraries/anaconda2/envs/tensorflow1.2/lib/python…
-
### Idea Contribution
- [X] I have read all the feature request issues.
- [X] I'm interested in working on this issue
- [X] I'm part of GSSOC organization
### Explain feature request
This tutorial …
-
### Describe the bug
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
----> 1 crop = K…
-
Thanks to @scheglov for [documenting](https://github.com/dart-lang/language/blob/main/working/macros/host-notes.md) how the analyzer hosts macros, this makes the discussion much more concrete :)
Fo…
-
-
**Stencil version:**
```
@stencil/core@1.7.4
```
**I'm submitting a:**
[ ] bug report
[x] feature request
[ ] support request
**Current behaviour:**
_Context_: I'm working on a …
-
### Describe the bug
Similar to #1165, when running the following snippet, the boxes alone are not flipped as expected
```python
import kornia.augmentation as K
import torch
augs = K.Augmen…