Dialogue
Dialogue copied to clipboard
Hi Maintainers of this repo, Thank you very much for your excellent work. I am new to this repository. I am a researcher studying the best practices of evolving data...
执行“bash run.sh atis_intent train”命令时出现如下错误: ValueError: (InvalidArgument) Broadcast dimension mismatch. Operands could not be broadcast together with the shape of X = [-1, 12, 128, 128] and the shape of Y...
Can you share the data and model using any other portal with direct download link available?
I configured a vm in GCP to run the DMA model train code. It seems 256GB is need to run it. Is it normal?
DAM这篇论文现在不能下载了吗
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. [[node cnn_aggregation/Conv3D (defined...
您好, 能否释放一下数据集处理成pkl文件的代码吗,或者给一个参考的code,自己也按照模型的占位符以及论文内容写了一个处理的代码,但是发现处理的结果有点出入。非常感谢! best
hi, 您好,数据集一直无法下载,能否重新共享一份啊?非常感谢!
Just the title describes, I'd like to implement this algorithm in this paper. Hope you could release it. Or could you please tell me when you would like to release...
- ubuntu corpus 每训练完一个epoch,就会在验证集上跑一遍`utils/evaluation.py`,根据p1@10和p2@10的累计得分判断模型性能 - douban corpus 训练阶段保存模型的条件也是用`utils/evaluation.py`吗?因为我看test阶段会把脚本改成`utils/douban_evaluation.py`