Skip to content

Commit

Permalink
code for deep feature extraction using xception
Browse files Browse the repository at this point in the history
  • Loading branch information
subhankar01 authored Jun 28, 2021
1 parent d8e678c commit 740aed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep features/xcep_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
layer.trainable = False
custom_xcep_model.summary()

nEpochs=1000
nEpochs=100
base_lr=1e-3
lr_min=0
alpha=1
Expand Down

0 comments on commit 740aed7

Please sign in to comment.