sue-up

Results 3 comments of sue-up

Please make the following changes: 1. img.permute(0, 2, 3, 1) ---> img.permute(0, 1, 2, 3) 2. img[0] ---> img[0][0] 3. "RGB" ---> "L"

You can try create VGG16 model with batch_norm (that is set batch_norm=True). Another thing you can try is to reduce the part of the data set that has more samples.

我根据 @ljci 上传的会议名称json文件写了一个简易的会议名称信息更正javascript,可以修正会议名称混乱不统一以及easyscholar无法判断会议等级的问题(这个代码里直接将会议论文集的名称进行了统一,忽略了届数)。 将代码中的"json文件路径“替换为自己的路径即可。 以下是javaScript代码 ``` zoteroPane = Zotero.getActiveZoteroPane(); items = zoteroPane.getSelectedItems(); //计数替换条目个数 var cnt = 0; /** * checkAndAssign 函数用于处理字符串的替换操作。 * @param {string} A - 用于比较的字符串 * @param {object}...