-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Iteration Plan v1.3.7 - June 2021 #1098
Comments
Hi @ZwwWayne! May I ask that will the class Net(BaseModule):
def __init__(self, init_cfg=dict(type='Constant', layer='Conv2d', val=0)):
super(Net, self).__init__(init_cfg)
self.conv_module = ConvModule(128, 128, 3) In this case, |
|
Many thanks for you reporting this issue. It is a little difficult, as the inner parts have higher priority, but we will solve it asap. |
MMCV v1.3.6 has been released, see the plan and the release notes
We list our plan for v1.3.7, which will be released on June 26th.
The PRs from the communities will also be listed here.
Thus, developers could comprehensively know the plan and the progress.
Features:
Enhancements:
If you have created a PR and wish it to be merged in this version, feel free to leave a message in this issue. We will update our plan accordingly here.
The text was updated successfully, but these errors were encountered: