We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P20,第3行“其中3个卷积层5个全连接层”应该为“其中5个卷积层3个全连接层” P23,倒数第4行“处理后的张量大小为56*56*3*96”, 应该为“55*55*96” P43,倒数第9行“Random Filed”应改为“Random Field" P150, 第1行括号里“Data Leakage Prevertion,DLP” 应该为“Data Leakage Prevention”
56*56*3*96
55*55*96
The text was updated successfully, but these errors were encountered:
tks
Sorry, something went wrong.
P99,印刷错误,2)使用IF-IDF算法处理,应该为“2)使用TF-IDF算法处理”。
代码open(filename)需要改为open(filename,'r',encoding='utf-8')
No branches or pull requests
P20,第3行“其中3个卷积层5个全连接层”应该为“其中5个卷积层3个全连接层”
P23,倒数第4行“处理后的张量大小为
56*56*3*96
”, 应该为“55*55*96
”P43,倒数第9行“Random Filed”应改为“Random Field"
P150, 第1行括号里“Data Leakage Prevertion,DLP” 应该为“Data Leakage Prevention”
The text was updated successfully, but these errors were encountered: