-
I wanted to implement [the meta-lstm meta-learner in this paper OPTIMIZATION AS A MODEL FOR FEW-SHOT LEARNING](https://openreview.net/pdf?id=rJY0-Kcll) using higher but I found problems. I found that …
-
I had a report for this on my addon: https://github.com/DarklightGames/io_scene_psk_psa/issues/49
To sum it up, the person reporting the bug has a model exported out of FModel that has overlapping …
-
I can't access the damn discord because their dumb captcha is broken
Civ01 updated
3 weeks ago
-
Hi,
I am trying to understand how Deep Explain works with classification models in text. For the same, I have taken up a simple 5-Class sentence classifier, with the following network architecture:…
damzC updated
5 years ago
-
First of all, really thanks for the nice work and huge contribution.
I tried to get the pre-sample grad from the instruction here https://pytorch.org/functorch/1.13/notebooks/per_sample_grads.html,…
-
Input file: SUB-enUS.bin
Output file: SUB-enUS.bin.decoded.txt
Traceback (most recent call last):
File "avafdict_decode.py", line 54, in
File "avafdict_decode.py", line 48, in main
File "a…
-
When I try to send the request to "ClaimLoginReward", the server returns "ClaimLoginReward is not valid on player:profile_common_public profiles (common_public)". All profiles are common_public, but I…
DabMK updated
2 years ago
-
Hi,
I was wondering if it was intended that the `diffopt.step(loss)` command takes an increasing time to execute when the number of state saved is increasing ?
The step time should be constant as…
-
### 🐛 Describe the bug
The following code triggers index out of bound exception (for '-100'), but '-100' is the value of `ignore_index`.
Below is a minimal reproducing example
```python
import t…
-
Hi,
Thank you for this exciting work. I will try to explain a use case that I hope will be possible with functorch because the naive way is just extremely slow.
Setting:
The use case follows [thi…