-
Hey there,
I really enjoy your network/implementation but have some questions about improving my results :) **As you know this baby best it would interest which parameters I should try to change to i…
-
**TL;DR:** Implementing block-sparse operations for faster matrix-multiplication.
Is this something worth adding to PyTorch?
Goals:
1. Faster matrix-multiplication by taking advantage of block-…
-
Hi,
I am trying to run Leela v0.11 (leela_0110_macOS) on Sabaki, but am getting a "Connection Failed" error when I try to start the engine. I am using a MacBook running Catalina. I have KataGo run…
-
We should build a method to allow users to find the top eigenvector of a linear operator defined by a tensor network.
My API proposal is as such
```
tensor = tn.eigensolution(in_edges=list_of_e…
-
hello, in **quant_train_module.py** file, i saw a line of code : y.data.copy_(yq.data), this code change the data of relu's output data.data, in order to use it in backword for calculate activation's…
-
### This issue is to have a centralized place to list and track work on adding support to new ops for the MPS backend.
[**PyTorch MPS Ops Project**](https://github.com/users/kulinseth/projects/1/vi…
-
## 🚀 Feature
Support `torch.linalg.einsum`.
cc @jianyuh @nikitaved @pearu @mruberry @heitorschueroff @walterddr @IvanYashchuk @xwang233 @Lezcano @rgommers @pmeier @asmeurer @leofang @AnirudhDagar …
-
These slides are getting used as a reference for teaching in the ML for BioInformatic course as well.
In the process of class, some points of improvement got found. This issues tries to serve as a t…
-
While the authors claim to be doing a convolution, even going as far as naming their tool CellCnn, they are doing a stride of 1 which is essentially a dense layer. Further, you say they used the "mos…
-
When selecting this in `accelerate config`:
```
Do you wish to optimize your script with torch dynamo?[yes/NO]:yes
--------------------------------------------------------------------------------…