Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lithium0003 authored Jul 7, 2022
1 parent f3c215d commit 84e68ed
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@ EfficientNetV2-XLの出力(入力の1/32サイズ)と、1/4,1/8,1/16サイズと
P4_in -- Conv2D k1 --> P4[32x32x32] -- UpSampling2D x8 --> P4_out[256x256x32];
P3_in -- Conv2D k1 --> P3[64x64x12] -- UpSampling2D x4 --> P3_out[256x256x12];
P2_in -- Conv2D k1 --> P2[128x128x8] -- UpSampling2D x2 --> P2_out[256x256x8];
P5 & P4_in --> P4_concat;
P4_concat -- Conv2DTranspose k3s2 --> P4;
P4 & P3_in --> P3_concat;
P3_concat -- Conv2DTranspose k3s2 --> P3;
P3 & P2_in --> P2_concat;
P2_concat -- Conv2DTranspose k3s2 --> P2;
P2 -- Conv2D k3 --> P2_out;
P5_out & P4_out & P3_out & P2_out -- Conv2D k1 --> top_out[256x256x(8 or 256)] -- Conv2D k1 --> LeafOut[256x256xN];
P5_out & P4_out & P3_out & P2_out -- Conv2D k1 --> top_out[256x256xM] -- Conv2D k1 --> LeafOut[256x256xN];
end;
```
Expand Down

0 comments on commit 84e68ed

Please sign in to comment.