-
Notifications
You must be signed in to change notification settings - Fork 278
Add a tutorial which gives an overview of classy models #485
Add a tutorial which gives an overview of classy models #485
Conversation
Summary: When setting heads, we do the following currently - ``` model.set_heads({"block3-2": {head.unique_id: head}}) ``` This is a redundant structure, since the unique_id is already available in `head`. I was writing a tutorial and I want to show a cleaner API there - ``` model.set_heads({"block3-2": [head]}) ``` Differential Revision: D21096621 fbshipit-source-id: 65c1eb5caacf2970d60eb050061aeadf69db94d9
Summary: Pull Request resolved: facebookresearch#484 When setting heads, we do the following currently - ``` model.set_heads({"block3-2": {head.unique_id: head}}) ``` This is a redundant structure, since the unique_id is already available in `head`. I was writing a tutorial and I want to show a cleaner API there - ``` model.set_heads({"block3-2": [head]}) ``` Differential Revision: D21096621 fbshipit-source-id: 4dfc87e172390c43e9cd7fce98ad987099542ca2
…ssyVision into export-D21096621
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mannatsingh has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…sion into classy_model_overview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mannatsingh has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mannatsingh has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@mannatsingh merged this pull request in 4139a5c. |
No description provided.