Skip to content

Commit

Permalink
train model update
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwess committed Feb 6, 2020
1 parent 97be2d4 commit 81ebbae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tutorials/tutorial_train_a_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ python ${SCRIPT_PATH}/run_training_deepCregr.py \
--max_chroms ${max_chroms} \
--save_every_chrom ${save_every_chrom} \
--keep_prob_inner ${keep_prob_inner} \
--keep_prob_outer ${keep_prob_outer} \
--batch_size ${batch_size} \
--conv_layers ${conv_layers} \
--hidden_units_scheme ${hidden_units_scheme} \
Expand All @@ -103,8 +102,6 @@ python ${SCRIPT_PATH}/run_training_deepCregr.py \
--dilation_scheme ${dilation_scheme} \
--dilation_units ${dilation_units} \
--dilation_width ${dilation_width} \
--dilation_batch_norm=${dilation_batch_norm} \
--dilation_layer_norm=${dilation_layer_norm} \
--dilation_residual=${dilation_residual} \
--dilation_residual_dense=${dilation_residual_dense} \
--epsilon ${epsilon} \
Expand Down

0 comments on commit 81ebbae

Please sign in to comment.