-
## Motivation
1. To design and implement the better quantization part of MMRazor with community.
1. Collect more requirements and suggestions before releasing quantization by RFC (Request for C…
-
https://github.com/tmbdev/teaching-dca
Thomas_Breuel 开授的课程
1.转换成pdf
2.pdf转换成html
3.翻译
-
on test data
```
[01/24/18 09:54:24 INFO] Epoch 13 ; Iteration 50/92 ; Optim SGD LR 0.240100 ; Source tokens/s 7603 ; Perplexity 262.84
[01/24/18 09:54:38 INFO] Epoch 13 ; Iteration 92/92 ; Optim…
-
https://github.com/open-spaced-repetition
FSRS uses the Difficulty, Stability, Retrievability model, just like SuperMemo algorithms. It is developed by @L-M-Sherlock and has been recently integrate…
-
**Describe the bug**
I instantiate TFTModel with _save_checkpoints_ set to True.
After fitting the model, I see that ./dart_logs/{my_model}/checkpoints folder is created which contains the checkpoin…
akepa updated
5 months ago
-
### 问题描述 Issue Description
在龙芯3A5000上安装麒麟V10系统后,编译paddle报错问题
### 版本&环境信息 Version & Environment Information
## 系统信息
```bash
rongsi@PC-pc:/data/work/lib/Paddle$ arch
loongarch64
rongsi@PC-pc:…
-
Model is completing its training but performance is pretty poor.
Needs experimentation to lift performance
- find the correct sequence length
- hyperparameter tuning: optuna or wandb sweeps
- t…
-
## Unless you provide the REQUIRED information, your problem may not be addressed.
### PyABSA Version (Required)
pyabsa==1.1.24 ,Torch=1.5.1+cu101, Transformers =4.30.2
### ABSADataset Version …
-
# Encoder model
inputs1 = Input(shape=(4096,))
fe1 = Dropout(0.5)(inputs1)
fe2 = Dense(256, activation='relu')(fe1)
fe2_projected = RepeatVector(max_caption_length)(fe2)
fe2_projected = Bidirecti…
-
### bug描述 Describe the Bug
代码:
```
class LSTM_Model(nn.Layer):
def __init__(self,vocab_num, emb_size, hidden_size, num_layers, num_labels, dropout):
'''参数意义:vocab_num词向量模型的词表大小,emb_si…