-
-
Hi @jcjohnson,
So I work on the [Element-Research/rnn](https://github.com/Element-Research/rnn) package. I have a couple of questions:
1. why did you chose to build your own LSTM/RNN implementations…
-
https://tridao.me/publications/flash2/flash2.pdf
-
Hello,我运行了一下多gpu的命令,报错信息如下,请问是什么原因呢?
Train-Batch Progress: 0%| | 0/5000 [00:03
-
### 🐛 Describe the bug
I am running example codes show in https://github.com/hpcaitech/ColossalAI/tree/main/examples/language/gpt/experiments/auto_parallel with Pytorch 2.0 (because I need to deploy…
wxthu updated
4 months ago
-
A geom layer `geom_u_projection(from = i, to = j)` should render a (by default dashed) line from the ordinates of the `i`th row of $U$ to the linear subspace containing those of the `j`th row of $V$, …
-
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[16], line 3
1 generate_text = I…
-
This is an excellent package for running AlphaFold that allows an impressive level of control over msa and template use. However, it is very easy for runs to fail owing to file names being too long as…
-
use some sort of time series segmentation net.
some potential useful things:
timeseries + machine learning package https://dmbee.github.io/seglearn/index.html
several img segmentation models …
-
```python
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
model = AutoModelForCausalLM.from_pretrained("met…