B-CNN双线性池化是咋实现的?
是将 branch_1 和 branch_2 的特征图通过相乘(mul),然后在进行全局max pooling 吗?然后接一个全连接层 fc + softmax 分类吗?
请大佬指点 ...
Notebook项目的GPU驱动版本问题
the CUDA runtime library. This is not a supported configuration.Users should...
如何禁用UserWarning?
, `paddle.distributed.init_parallel_env` will not do anything.
"Currently not a parallel...
AiStudio安装dlib库
如何解决在Jupyter Notebook上执行pip install dlib时一直卡在Building wheel环节
损失函数不支持bfloat16类型
::paddle::platform::bfloat16, but desires to be float. [Hint: Expected...
阅读理解albert与roberta差距很大原因
分别使用albert_xlarge和roberta_large(huggingface框架及中文预训练模型),线下F1指标,albert:56%,roberta:71%。这个差距是什么原因呢~求大佬指导~...
TensorBoard是不是用不了了呀?
是ppdet的问题
https://paddledetection.readthedocs.io/tutorials/GETTING_STARTED_cn.html
发现在教程的tb_log_dir实际上是用不了的...