-
Thank you very much for your code! Excellent work!
I am a beginner who is just starting to learn this field. I saw that you mentioned the Multiple-Stream Fusion Module in your article, but I couldn't…
-
### Description
The following code:
```php
-
### 🐛 Describe the bug
When I `torch.compile` some code that receives an argument of type nn.Module, the recompilation is triggered on each call with a different instance. Expected it to recompile on…
-
```C++
TEST_F(IterVisitorTest, ExprsBetween) {
Fusion fusion;
FusionGuard fg(&fusion);
TensorView* tv0 = makeSymbolicTensor(1);
TensorView* tv1 = set(tv0);
TensorView* tv2 = set(tv1)…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.11.0
### Custom code
Yes
### OS platform and dis…
-
Trivial example:
``` haskell
BS.map f $ BS.map g bs => BS.map (f. g) bs
```
-
Hello, i been using stream-fusion few weeks, it always give me accurate result of titles search language.
Is possible add addition titles search for Chinese, Russians, japan, Koreans ?
below is …
-
**Describe the bug**
Weird assertion error, but only on epoch 27 (tested 5 times now, crash is always the same spot, even if batch size is changed). Using main branch.
Error is this line:
```ru…
-
I have a multi modal sensor fusion project where we need to train a convolution neural network .
the data is streamed in real time using nats Jetstream from various platforms like cars and trucks a…
-
### Description
The following code:
```php