minor changes for pauls test
This commit is contained in:
parent
6d8d7b19f3
commit
3a44efa775
1
main.py
1
main.py
@ -201,7 +201,6 @@ def main_train(param=None):
|
|||||||
epochs=args.epochs,
|
epochs=args.epochs,
|
||||||
callbacks=callbacks,
|
callbacks=callbacks,
|
||||||
shuffle=True,
|
shuffle=True,
|
||||||
validation_split=0.3,
|
|
||||||
class_weight=custom_class_weights)
|
class_weight=custom_class_weights)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
@ -21,8 +21,8 @@ do
|
|||||||
--filter_embd 256 --kernel_embd 8 --dense_embd 128 \
|
--filter_embd 256 --kernel_embd 8 --dense_embd 128 \
|
||||||
--domain_embd 32 \
|
--domain_embd 32 \
|
||||||
--filter_main 32 --kernel_main 8 --dense_main 1024 \
|
--filter_main 32 --kernel_main 8 --dense_main 1024 \
|
||||||
--batch 256 \
|
--batch 128 \
|
||||||
--balanced_weights \
|
# --balanced_weights \
|
||||||
--model_output ${OUTPUT} \
|
--model_output ${OUTPUT} \
|
||||||
--type ${TYPE} \
|
--type ${TYPE} \
|
||||||
--depth ${DEPTH}
|
--depth ${DEPTH}
|
||||||
|
Loading…
Reference in New Issue
Block a user