Skip to content

Conversation

@FindHao
Copy link
Member

@FindHao FindHao commented Oct 14, 2024

Add documentation for adding custom ops.

def __init__(self, tb_args: argparse.Namespace, extra_args: Optional[List[str]] = None):
super().__init__(tb_args, extra_args)
self.model = Model()
self.model2 = Model2()
Copy link
Contributor

@xuzhao9 xuzhao9 Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is Model2()?
Seems not being used in backends, maybe we can remove it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed in 05f5b12

@FindHao FindHao temporarily deployed to docker-s3-upload October 16, 2024 20:58 — with GitHub Actions Inactive
@facebook-github-bot
Copy link
Contributor

@FindHao has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@FindHao merged this pull request in d933ced.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants