Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WAMAWAMA committed Oct 31, 2022
1 parent 6166816 commit 62c3118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ pip install transformers

## 2. How to build a network modularly?

Building a network must follow the following paradigm:
The paradigm of building networks:

***'Design the architecture according to the tasks, and pick the right modules for the designed architecture'***
***'Design architecture according to tasks, pick modules according to architecture'***

So, networks for different tasks can be designed modularly such as:
So, network architectures for different tasks can be viewed modularly such as:
- vgg = vgg_encoder + cls_head
- Unet = encoder + decoder + seg_ead
- resnet = resnet_encoder + cls_head
Expand Down

0 comments on commit 62c3118

Please sign in to comment.