var time; var normar_title=document.title; document.addEventListener('visibilitychange', function () { if (document.visibilityState == 'hidden') { clearTimeout(time); document.title = '客官请留步ε=ε=ε=┏(゜ロ゜;)┛'; } else { document.title = '你终于回来了(。・∀・)ノ'; time=setTimeout(function(){ document.title = normar_title; }, 3000); } });
摘要: 具体app 连接如下: Write With Transformer (huggingface.co) 例子1: 用户给定的输入:I am yikang zhao, I am yikang zhao, a student in your institute, who is studying to b 阅读全文
posted @ 2022-11-11 17:01 kang0405 阅读(111) 评论(0) 推荐(0)
摘要: Recurrent Models of Visual Attention  RNN用于处理图像2022/10/27 Recurrent Models of Visual Attention RNN用于处理图像2022/10/27 2014年论文 我们提出了一种新的递归神经网络模型,该模型能够自适应地选择一系列区域或位置,并只对所选区域进行高分辨率处理,从而从图像或视频中提取信息。 与卷积神经网络一样,该模型具有一 阅读全文
posted @ 2022-11-01 11:43 kang0405 阅读(209) 评论(0) 推荐(0)