Skip to content

A question about the class 'MetaDAIN' #3

Description

@Fairydetail
        param_dict = dict()
        if params is not None:
            param_dict = extract_top_level_dict(current_dict=params)
            cur_output_rectified = self.rectifyNet(rectify_input, params=param_dict['rectifyNet']) + cur_output
        else:
            cur_output_rectified = self.rectifyNet(rectify_input) + cur_output

As the code above, the only difference in the forward function between class 'MetaDAIN' and 'DAIN' is the 'rectifyNet'. Does it mean that only params in 'rectifyNet' will be updated in the inner loop optimization? Hope for your reply, thanks a lot.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions