-
Traceback (most recent call last):
File "/home/boofboy/Desktop/x/main.py", line 124, in
output_ids = model.generate(input_ids=input_ids, max_length=max_length,
File "/home/boofboy/minicond…
-
Dear author, I have some questions about the training part in the article.
I wonder, during the process of training the decoder, is optimizing the decoder weights done at the same time as optimizing …
-
Hey @siddk-tri @siddk !
Can you clarify what the command to reproduce the `one-stage` model training is?
In particular, it's unclear what `stage` specification, `dataset` specification is to be …
-
Following official settings, it takes me 45 days to train 300 epochs, Is something wrong?
-
Hello thanks for sharing fantastic algorithm I see that one can add slices in one axis - Hovewer is it possible to use it to achieve fixed predefined spacing ?
I have set of prostate MRI-s with var…
-
### System Info / 系統信息
显卡2个A100,对话运行没有问题,没有修改任何的代码,只是用自己的数据集,数据格式是按tool的来写,但微调时训练发生了错误
### Who can help? / 谁可以帮助到您?
_No response_
### Information / 问题信息
- [X] The official example scrip…
-
您好,请问我跑了您的deen网络中的llcm数据集的test另外一个模式结果和训练的相差有点大,训练的准确率是正常的,但是test有点不一样。
-
该项目支持market1501训练吗?有相应的参数吗
-
Thanks for your excellent work!
I have a question about the symbol $C_p$ in the paper. It seems to indicate two meanings. In subsection **Transforming Segmentation to 2D points**, the segmentation of…
haojc updated
4 months ago
-
Exists in TF: https://www.tensorflow.org/api_docs/python/tf/scan (or some variant inspired by scan), JAX/LAX: https://jax.readthedocs.io/en/latest/_autosummary/jax.lax.scan.html, (old theano: https://…