Alibaba-3rd-Security-Algorithm-Challenge icon indicating copy to clipboard operation
Alibaba-3rd-Security-Algorithm-Challenge copied to clipboard

some errors in your commited code

Open gjfang opened this issue 2 years ago • 0 comments

1.train文件中不同的api有295个,从1到295编码,但是后续padding需要补0,所以embedding维度应该是296; 2.test文件中不同的api有298个,但是对test进行idx的map时仅使用了train中获得的unique api,后续运行到一定epoch遇到编码外的会报错

gjfang avatar Dec 09 '23 12:12 gjfang