-
I am using PyTorch 1.8.1 in Cuda 10.2. whenever I try to build apex I get build error.
One of the error was "error: identifier "cublasLtMatmulDescOpaque_t" is undefined". How can I ass cublas?
Bui…
-
Hi, great work on this package!
I'm looking to use this package in conjunction with other dependencies in a larger project and have no experience with nix. Since there are multiple top-level packag…
-
### 🚀 The feature
Currently we do
```
self.mlp = MLP(dim, [int(dim * mlp_ratio), dim], activation_layer=nn.GELU, inplace=None, dropout=dropout)
```
But according to original implementation…
-
Hi all,
First, well done for your hard work! I have just read the tutorial and I have a few remarks/questions. They may sound critical but don't get me wrong, I'm sure that your design choices are we…
-
Hi,
I’ve heard it is possible to run Stable-Diffusion on Mac Silicon (albeit slowly), would be good to include basic setup and instructions to do this.
Thanks,
Chris
-
https://doi.org/10.1101/390153
> A fundamental problem in biomedical research is the low number of observations available, mostly due to a lack of available biosamples, prohibitive costs, or ethica…
-
I'm trying to modify GraphUNet to do regression for third column elements in `pos[ : , 2 ]` with my own datasets.
`MyData` has a lot of graphs, but each graph has same number of nodes and edges.
`…
-
1. Trans-Unet https://arxiv.org/abs/2102.04306
2. U^2-Net https://arxiv.org/abs/2005.09007
3. Restormer https://arxiv.org/abs/2111.09881
-
-
New [InternVL-Chat-V1.5](https://github.com/OpenGVLab/InternVL) just came out, and the quality is really great, and the benchmark score is pretty high too. Possibly best open source vision language mo…