-
File "einops/einops.py", line 267, in _apply_recipe
def _apply_recipe(recipe: TransformRecipe, tensor, reduction_type: Reduction):
# this method works for all backends but no…
-
Hi esm! I am meeting a syntax error when trying to use the esm-fold interface
Any idea how to deal with this?
```
(esmfold) jupyter@tam-notebook-a10040gb:~/test/test_esmfold_multimer$ esm-fold …
-
您好,请问一下你们运行的python版本是多少呢
-
the environment configuration is missing the following commands:
```
pip install PyQt5 or pip install PySide2
or
conda install pyqt || conda install pyside2
```
-
-
Suggestion by @fzimmermann89
Re the other dimension:
I would prefer if we allow in our code for this dimension to actually be more than 1 dimensnion.
So we dont split the KData into dynamics, …
-
Hi,
thanks for this great package! This is primarily a clarification question.
I ran into this [comment](https://github.com/arogozhnikov/einops/blob/fcd36c9b017d52e452a301e75c1373b75ec23ee0/eino…
-
ImportError: This modeling file requires the following packages that were not found in your environment: flash_attn. Run `pip install flash_attn`
(emu3) @CHINAMI-JARNGAD:/mnt/d/Research/Emu3$ pip ins…
-
I noticed that `rearrange`, `repeat`, and `reduce` can all be inferred based on the pattern alone. Therefore a single generic function which makes calls to each is possible. I think this would be very…
-
Current SwinUNETR is not scriptable by `torch.jit.script`, several features has some limitations to make SwinUNETR compatible with TensorRT.
This issue can discuss the potential solution for makin…