Skip to content

Commit

Permalink
Updated Large-scale multi-label text classification example for Keras v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev committed Mar 2, 2024
1 parent a3f7572 commit 9659c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added examples/nlp/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions examples/nlp/multi_label_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
## Imports
"""

from tensorflow.keras import layers
from tensorflow import keras
import keras
from keras import layers

import tensorflow as tf

from sklearn.model_selection import train_test_split
Expand Down

0 comments on commit 9659c55

Please sign in to comment.