论文:《Memory based Graph Networks》,ICLR2020 代码:https://github.com/amirkhas/GraphMemoryNet 概述 图神经网络(GNNs)是一类深度模型,可处理任意拓扑结构的数据。比如社交网络、知识图谱、分子结构等。GNNs通常被用来 ...
分类:
Web程序 时间:
2020-03-31 19:16:57
阅读次数:
167
JDK 环境变量配置 1. 系统变量→新建 JAVA_HOME 变量 。变量值填写jdk的安装目录 2. 系统变量→寻找 Path 变量→编辑。在变量值最后输入 %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;3. 系统变量→新建 CLASSPATH 变量。变量值填写 (注意 ...
分类:
系统相关 时间:
2020-03-31 14:39:01
阅读次数:
123
1 前言 根据 Quartz 的设计,一个 Job 可以绑定多个 Trigger,必然会遇到并发的问题。 2 并发 2.1 复现 让我们编写一个并发的例子: 1 /** 2 * @author pancc 3 * @version 1.0 4 */ 5 public class AcceptConc ...
分类:
编程语言 时间:
2020-03-31 01:32:16
阅读次数:
90
echarts tooltip is covered by canvas on iOS13 问题: 解决办法:在tooltip配置项中加如下5,6,7行代码 1 tooltip: { 2 trigger: "axis", 3 confine: true, 4 formatter: "{b}月: {c ...
分类:
移动开发 时间:
2020-03-30 16:37:11
阅读次数:
217
Very Deep Convolutional Networks for Large-Scale Image Recognition Karen Simonyan? & Andrew Zisserman+ Visual Geometry Group, Department of Engineerin ...
分类:
Web程序 时间:
2020-03-30 09:29:43
阅读次数:
135
对象名称 前缀 举例 表(Table) 无 Student 字段(Column) 无 Title 视图(View) v vActivity 存储过程(Stored procedure) pr prDelOrder 触发器(Trigger) tr trOrder_D 索引(Index) ix_ ix_ ...
分类:
数据库 时间:
2020-03-27 10:52:59
阅读次数:
81
本文参考原文 http://bjbsair.com/2020 03 25/tech info/6302/ 今天来看看网红Attention的效果,来自ACL的论文Hierarchical Attention Networks for Document Classification 论文概述 近年来, ...
分类:
其他好文 时间:
2020-03-26 09:13:08
阅读次数:
69
Zabbix 调用API接口批量修改(禁用/启用)指定触发器trigger
分类:
编程语言 时间:
2020-03-25 19:17:27
阅读次数:
181
引用:Introductory guide to Generative Adversarial Networks (GANs) and their promise! What is a GAN? Let us take an analogy to explain the concept: 如果你想在 ...
分类:
Web程序 时间:
2020-03-24 23:15:14
阅读次数:
94
CVPR2020论文解读:手绘草图卷积网络语义分割 Sketch GCN: Semantic Sketch Segmentation with Graph Convolutional Networks 论文链接:https://arxiv.org/pdf/2003.00678.pdf 摘要 介绍了一 ...
分类:
其他好文 时间:
2020-03-24 19:10:17
阅读次数:
296