Skip to content

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文档缺失