Skip to content

Commit

Permalink
Update tag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasExorde authored Oct 9, 2024
1 parent 76049ee commit 5412455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exorde/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
import tensorflow as tf
import swifter
import logging
from exorde.models import (
Translation,
Classification,
Expand All @@ -23,6 +24,7 @@
Analysis,
)

logging.basicConfig(level=logging.INFO)

class TokenAndPositionEmbedding(tf.keras.layers.Layer):
def __init__(self, maxlen, vocab_size, embed_dim, **__kwargs__):
Expand Down

0 comments on commit 5412455

Please sign in to comment.