-
您好,请问可以分享一下模型在ASSIST12和Junyi数据集上的实验参数设置吗?
我在ASSIST数据集中模型参数设置如下,可是实验结果和论文中差不少
n_question = 265
memory_size = n_question + 1
n_exercises = 53091
# knowledge state and question embedding are both se…
-
(kws-zy) cad-1@cad1-SYS-7048GR-TR:/media/cad-1/A42A1B372A1B0648/CNN_QbE_STD-master$ python query_detection_dtw_cnn.py -optim adam -learning_rate 0.0001 -input_size 152 -batch_size 50 -layers 9 -depth …
-
I tried to use SRU like these:
SRU(batch_size, dropout=0., recurrent_dropout=0., unroll=True,implementation=1,recurrent_activation='elu')
It worked and got some improvement. But still can not get…
-
您好,我最近用 Keras 训练了一个模型做二值目标分类,最后一层是 sigmoid 输出。
```
Layer (type) Output Shape Param #
=================================================================
conv2d_19 (Co…
-
Hi there
so SD Training on 1 GPU Works just fine
but as soon as i enable multi gpu with 2 GPUs i get this error:
![Clipboard_08-18-2024_01](https://github.com/user-attachments/assets/8dc2bd36-ddc…
-
Hello! I have an strange issue with SDXL Lora's train.
I've tried both the newest version of Kohya_ss 23.0.15 (clean install without pip cache) and the oldest version 22.6.2 (clean install, too). T…
-
Thank you for your great work!
However, I do have a problem concerning train_regularized_dropout_2D.py, which is an implementation of R-Drop. From what I know about R-Drop, it constrains two sub-mode…
-
I have trained an ASR using espnet2 recipe with the following config:-
```
batch_type: numel
#batch_bins: 12000000
batch_bins: 7000000
accum_grad: 4
#max_epoch: 10
max_epoch: 5000
patience: no…
-
Train a custom lightweight model on the Satellite data[¶](http://localhost:8888/notebooks/Space2Ground_use_case.ipynb#Train-a-custom-lightweight-model-on-the-Satellite-data)
import os
lr = 0.001
sa…
-
Thank you for sharing your code.
I tested the output for AGGCN, but I came across the error as below:
(aggcn) myuserid@GPUserver:~/code/AGGCN$ python eval.py saved_models/01 --dataset test
Loadin…