Posts by mleas • 51 points
5 posts
-
0
votes1
answer3022
viewsQ: Find file using Python
I have a question, how to locate a file using python. The goal is to locate a file inside a directory and return all the way from the directory where the file is and if you do not find the file,…
-
2
votes0
answers54
viewsQ: Reading a JSON by http in Angularjs does not work
Hello I’m trying to read a JSON via http using Angularjs (I must use Angularjs) and I can’t even display the first JSON data because it doesn’t have a string that I can call in Function(Answer) in…
-
1
votes2
answers1051
viewsQ: Python Build a multiplate parabola chart with matplotlib
I’m trying to chart the figure, but only the red line which is a multilard parabola. It is part of a neural network that I have ready, but I cannot generate the function that generates this…
-
0
votes0
answers52
viewsQ: Load a url when you click play from the player
Hello, I’m trying to load a url (open a link) when I click play from a player that is a Wordpress plugin (Wonderplugin Audio Player). I imagine it can be done in javascript, but I don’t know how to…
-
1
votes0
answers67
viewsQ: Python Invalidargumenterror: You must feed a value for placeholder tensor 'y' with dtype float and Shape [?,10]
Hello I’m using a CNN network for street view house Numbers SVHN data. When I try to run my code below to be able to generate a summary that can be read by Tensorboard through graphs, the following…