python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
tensorflow2.x keras Embedding layer process tf.dataset error
This question is a follow-up of tensorflow 2 TextVectorization process tensor and dataset error
I would like to make do a word embedding for the processed text with tnesorflow 2.8 on Jupyter.
def stan...
user3448011
Votes: 0
Answers: 2
tensorflow 2 TextVectorization process tensor and dataset error
I would like to process text with tensorflow 2.8 on Jupyter notebook.
my code:
import re
import string
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras import layers
import t...
user3448011
Votes: 0
Answers: 2
Adding string in new line of file if next line contains a specific string
I have tried different solutions to solve this but none of them worked and were too messy to post here. So I will just present my problem. I have a .txt file that looks like this:
Field1:
Something
Fi...

Mysterio
Votes: 0
Answers: 2
how to remove specific word from an array that is starts with "[ "?
I have a array that contains many sentences. I have split this sentences into words and make another array. I want that the words that id start with "[" and end with "]" are remove...

Roshni Hirani
Votes: 0
Answers: 3