Skip to content
New issue

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

修改 data_format.cpp 中std::shared_ptr<Tensor3D> Tensor3D::pad(const in… #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Tom-debug110
Copy link

…t padding) padding图像this->name 命名的错误,可能因为我这里格式化的原因,看起来好像改变了很多东西,其实就是修改了一个
std::shared_ptr padded(
new Tensor3D(C, H + 2 * padding, W + 2 * padding,
this->name + +"padding" + std::to_string(padding)));

源代码可能是直接复制上面 rot函数的啦,结果后面的名字可能忘记修改了,虽然影响不大哈,但是提个pr吧

…t padding) padding图像this->name 命名的错误
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant