You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why the need for both pad(self, s, max_length) and pad_document(self, d, max_document_length) in from_presentation.py, max_sentence_embedding.py and single_lstm.py? To me, it seems that those two methods perform the same task - they just have different variable names.
The text was updated successfully, but these errors were encountered:
Why the need for both
pad(self, s, max_length)
andpad_document(self, d, max_document_length)
infrom_presentation.py
,max_sentence_embedding.py
andsingle_lstm.py
? To me, it seems that those two methods perform the same task - they just have different variable names.The text was updated successfully, but these errors were encountered: