l1006986533

Results 6 comments of l1006986533

See https://github.com/jaywalnut310/vits/issues/54 code in lines 323 in data_utils.py: for i in range(len(buckets) - 2, -1, -1): if len(buckets[i]) == 0: buckets.pop(i) self.boundaries.pop(i+1)

I fix this by rewrite the boundaries, it's in line 70 in train.py. `[32,300,400,500,600,700,800,900,1000]` Delete 2 or 3 front boundaries and rerun the program. In my program, I delete 32,...

少导入了一个 `from fastapi import HTTPException,status` 而且也没有处理跨域问题 ``` from fastapi.middleware.cors import CORSMiddleware app.add_middleware( CORSMiddleware, allow_origins=origins, allow_credentials=True, allow_methods=["*"], allow_headers=["*"], ) ``` 注:我纯路人,不是rwkv.cpp的开发者

https://github.com/C20180602/Struct2GO 可以看下其他人的folk,里面有复现结果 你可以说这个代码写的烂,只能在AlphaFold上跑,没法迁移到其他数据集里,但说完全是假的就太夸张了

抱歉,我刚刚检查了一下代码复现结果、github和原论文,发现了几个问题: 1. 根据C20180602的实验,他采用Struct2GO-Hierarchical结构的模型,结果如下: bp: fmax:0.3254 auc:0.7638 aupr:0.3157 thresh:0.54 cc: fmax:0.3948 auc:0.8245 aupr:0.4063 thresh:0.75 mf: fmax:0.3822 auc:0.8239 aupr:0.4247 thresh:0.57 而原论文的结果是: BP:Fmax:0.481, AUC:0.873, AUPR:0.661 CC: Fmax:0.658, AUC:0.942, AUPR:0.763 MF: Fmax:0.701, AUC:0.969, AUPR:0.796...

@jiangzhch6 这篇论文没法复现的,你可以跟你教授讲