Skip to content

Commit

Permalink
net_spec: read from unicharset directly (produces prettier log)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored and stweil committed Mar 4, 2024
1 parent b669089 commit a9b3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ $(LAST_CHECKPOINT): unicharset lists $(PROTO_MODEL)
--debug_interval $(DEBUG_INTERVAL) \
--traineddata $(PROTO_MODEL) \
--learning_rate $(LEARNING_RATE) \
--net_spec "$(subst c###,c`head -n1 $(OUTPUT_DIR)/unicharset`,$(NET_SPEC))" \
--net_spec "$(subst c###,c$(firstword $(file <$(OUTPUT_DIR)/unicharset)),$(NET_SPEC))" \
--model_output $(OUTPUT_DIR)/checkpoints/$(MODEL_NAME) \
--train_listfile $(OUTPUT_DIR)/list.train \
--eval_listfile $(OUTPUT_DIR)/list.eval \
Expand Down

0 comments on commit a9b3194

Please sign in to comment.