-
| | |
|--------------------|----|
| Bugzilla Link | [PR9445](https://bugs.llvm.org/show_bug.cgi?id=9445) |
| Status | NEW |
| Importance | P normal |
| R…
-
Created attachment 1754 [details]
This is a script file, used as argument for source() function.
platform x86_64-w64-mingw32
arch x86_64
os …
-
Hi John @jaybdub,
Thank you for your reply of torch.flip, I continue my research.
However, I met other error:
```
Warning: Encountered known unsupported method torch.is_grad_enabled
Warning: Enc…
-
| | |
| --- | --- |
| Bugzilla Link | [22659](https://llvm.org/bz22659) |
| Version | 3.6 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer |
## Extended Description
The…
-
Hey,
I am trying to train Funnel Transformer with the following hparams, the cpu usage for my TPUv3-8 has not gone above 4% in the 90 hours the code has been running and it seems to be very slow, to…
-
Dear authors,
After reading the code, I find the default initialization behavior for adaptor parameters (`w1`, `w2`) is initialized with a small standard deviation.
Does this guarantee the proj…
-
```
What steps will reproduce the problem?
1. Create a label tag for an input item, and have the label text be greater
than 13 characters.
2. Load the webpage
What is the expected output? What do you…
-
Maybe not a bug, but I never noticed it before. URLs in text boxes are being shortened. See example in the "Abstract" field of this literature reference: https://myriatrix.myspecies.info/content/%C3%B…
-
**Describe the bug**
With all the other mx.random functions (bernoulli, normal, uniform, categorical etc.), I can generate a key and use it in the function, but with mx.random.gumbel I cannot.
I'm…
-
## 🚀 Feature
Implement the `erfcx(x)` special function, which computes `exp(x^2) * erfc(x)` in a numerically stable way. Also for convenience, add `logerfc(x) = log(erfc(x))` and `logerfcx(x) = log…