Skip to content

Commit b96c5f2

Browse files
committed
comments
1 parent 6010b3c commit b96c5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TinyMachines.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module TinyMachines
33

44
export UNet5, UNet4, MobileUNet, ESPNet # models
55
export unet5, unet4, mobileunet, espnet # constructors
6-
export PReLU # activation layer
6+
export PReLU # activation layer
77

88
import Flux
99
import Flux:
@@ -21,7 +21,7 @@ const w3 = 3 * 3
2121
const w4 = 4 * 4
2222
const kf = 1.f-2
2323

24-
include("./functions/misc.jl") # miscellaneous functions (e.g. fpos(), fneg(), etc.)
24+
include("./functions/misc.jl") # miscellaneous functions
2525

2626
include("./functions/convlayers.jl") # convolutional layers (custom conv + activation)
2727
include("./functions/activationlayers.jl") # activation layers (prelu)

0 commit comments

Comments
 (0)