-
Back in September pytorch introduced `torch.optim._multi_tensor` https://github.com/pytorch/pytorch/pull/43507 which should be much more efficient for situations with lots of small feature tensors (`t…
-
**Describe the bug**
An error is thrown when training with a `MVeFFN` or a `EvidentialFFN` predictor if no [`output_transform` is passed to the FFN Predictor](https://github.com/chemprop/chemprop/blo…
-
### Describe the bug
after hardcoding a workaround regarding transformer.config.guidance_embeds, more tensor errors appear
### Reproduction
```accelerate launch --config_file train_dreambooth_lora_…
-
Dear authors,
I am running the following code and get the TypeError:
```
model = LassoNetRegressor()
model.fit(X=train_df.drop('target', axis=1),
y=train_df['target'],
X…
-
Hi,
Thanks for your greast work.
1. I run the command `python skillmimic/run.py --test --task SkillMimicBallPlay --num_envs 16 --cfg_env skillmimic/data/cfg/skillmimic.yaml --cfg_train skillmimic…
-
### Issue Type
Bug
### Source
source
### Keras Version
Keras 3.4.1
### Custom Code
No
### OS Platform and Distribution
Windows 10
### Python version
3.12.3
### GPU …
-
`ttnn.permute` fails with inner-most dim = 1 when doing transpose (tested with 2D tensors, e.g. `(2, 1)` with permutation `(1, 0)`).
This is blocking the `aten.t.default` to `ttnn.permute` conversi…
-
Hi,
Thank you very much for making this code available - it is very inspiring.
To get a better understanding, we are trying to train different models. First, a basic AE using the same setup as you u…
-
Run all unittests (release build) on xu4 ubuntu 24.04
```
$ ./Product/armv7l-linux.release/out/test/onert-test unittest
...
[ OK ] GenModelTest.neg_OneOp_FullyConnected_NoBias (1 ms)
…
-
### System Info
A100 Nvidia 80G GPU
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task…