Posts by Gustavo Augusto Pires • 13 points
3 posts
-
0
votes1
answer22
viewsQ: How to embedding sentences for NLP in Tensorflow?
I need to turn a phrase bank that I created myself into a suitable vector to use as training a neural network in Tensorflow. I have the following structure: I managed to separate the sentences into…
-
0
votes1
answer446
viewsQ: Images disappear in Heroku after a while
I made a website for a newspaper in Django. I have deployed to Heroku and there I have a news register, where I have the title, summary, content and date fields. According to the model: class…
-
0
votes2
answers766
viewsQ: Load image in html from saved path in Django database
I’m trying to make a newspaper using Django and Mysql database and now I need to list the news images: In my database I have saved the image path, because I thought it would have a better…