Skip to content

Commit

Permalink
tasks - save chip length when preprocessing steps is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed May 30, 2024
1 parent d10c647 commit e784173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/core/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def train_model(
training_instance.chips_length = get_file_count(
os.path.join(preprocess_output, "chips")
)
training_instance.save()

# train

train_output = f"{base_path}/train"
Expand Down

0 comments on commit e784173

Please sign in to comment.