Skip to content

fix jittor.nn.AdaptiveMaxPool3d doc #597

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

Open
wants to merge 116 commits into
base: master
Choose a base branch
from
Open

Conversation

luozhiya
Copy link

问题

源码中有 https://cg.cs.tsinghua.edu.cn/jittor/assets/docs/_modules/jittor/pool.html#AdaptiveMaxPool3d ,但是没生成相应的文档。且存在重复的 AdaptiveMaxPool2d, 文档导航栏如图:

image

解决方法

修改文档生成模板,把重复的 AdaptiveMaxPool2d 改为 AdaptiveMaxPool3d

Close #484

co63oc and others added 30 commits May 22, 2023 13:18
add complex matmul, inv, qr, eig, and svd
fix issue 531,530;update jt.nn.PixelShuffle/jt.histc
fix issue 525;update jt.nn.Reflection2d/Replication2d
fix issue 527,526;update jt.zeros/ones/full/randn/randint/random
fix issue 529;update contrib.argmax_pool()
fix issue 528;update conv_transpose
fix issue 521;update jt.nn.MaxUnpool2d/MaxUnpool3d
fix issue 522,520,519,516; update jt.Pool/Pool3d
fix issue 523;update jt.nn.Conv1d/Conv3d/conv2d/conv3d
Update ACL library and fix bugs in ACL integration
fix: some function&class input illegal paramters
uyzhang and others added 28 commits July 24, 2024 15:43
Fixed the BUG of ACL op memory
fix load_parameter for Parameterlist issue Jittor#581
check input shape and scale factor's positiveness in jt.nn.Upsample
check input1 and input2 shape in jt.nn.Bilinear()
Add support for block diag function
Make forward hook modifiy the inputs and outputs
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.

jittor.nn.AdaptiveMaxPool3d文档缺失