Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed May 21, 2024
1 parent 5877009 commit 90fbb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/train_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
from tensorflow.keras.models import Sequential, save_model
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import (
Bidirectional,
Conv1D,
Expand Down

0 comments on commit 90fbb69

Please sign in to comment.