Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
refs #56757
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-liard committed May 11, 2021
1 parent e918fb7 commit 7a4bae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@ def get_final_training_config(request_data, training_corpus_infos):
parent_config["options"]["config"]["train"]["batch_size"] = batch_size

parent_config = delete_nfa_feature_from_config(parent_config)

sample_size, sample_dist = get_sample_data(training_data_config, parent_config["data"], sample_by_path)

parent_config["data"] = {
Expand Down

0 comments on commit 7a4bae8

Please sign in to comment.