Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppeCannata authored Mar 15, 2022
1 parent 34026ee commit 1d75888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Each directory must be structered ad follows:
G1.py, G2.py, D.py, extend the Model_Template.py. In particular, Model_Template defines the abstract methods to be implemented in the extended classes.
In addition, each extended class (G1.py, G2.py, D.py,), must call the super_class custructor.
In fact, this method will invocke the <i>build_model</i> and <i>optimizer</i> methods.
To use the architecture in the framework, simply enter the [architecture name] in the <a href="https://github.com/GiuseppeCannata/BabyPoseGuided/blob/dbd146c1ce4e8303ba2110b471efb4ccf83cbae9/src/CONFIG.py#L20">ARCHITECTURE</a> variable.
To use the architecture in the framework, simply enter the [architecture name] in the <a href="../../configuration.yml#L5">ARCHITECTURE</a> variable.
<br><br>
As examples you can consider the <a href="./bibranch">./bibranch</a>, <a href="./mono">./mono</a> architectures.

0 comments on commit 1d75888

Please sign in to comment.