Got blank webpage
See original GitHub issueAwesome project! I use Keras 0.32 with theano backend and add the callback in model.fit_generator() function, but nothing appears on my webpage. Did I do anything wrong? I did get some messages on the command line:
127.0.0.1 - - [2016-03-25 17:00:22] "GET /static/js/c3.min.js HTTP/1.1" 304 191 0.000501
127.0.0.1 - - [2016-03-25 17:00:51] "GET / HTTP/1.1" 200 1717 0.000501
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/css/c3.min.css HTTP/1.1" 304 189 0.000677
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/js/d3.min.js HTTP/1.1" 304 191 0.000504
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/js/jquery.min.js HTTP/1.1" 304 188 0.000452
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/css/bootstrap.min.css HTTP/1.1" 304 191 0.000442
127.0.0.1 - - [2016-03-25 17:00:51] "GET /static/js/c3.min.js HTTP/1.1" 304 191 0.000434
I use firefox by the way. THX
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
Blank website. Blank site. Nothing to see here.
This resource is provided as a free service for those patrons looking for nothing.
Read more >What Does it Mean When an Internet Page Is Blank? - Techwalla
When a Web page is blank, there are a few likely reasons. The reasons fall into three categories: 1, a server-related problem; 2,...
Read more >Troubleshooting blank pages - A2 Hosting
Learn what to do when your site displays a blank page, also sometimes known as the "white screen of death." A2 Hosting is...
Read more >How to Fix a Blank White Screen - StudioPress
A WordPress website can suddenly begin displaying nothing but a white screen for a number of reasons. Before you contact support, answer the...
Read more >Fix: Google Chrome Blank or White Pages - Appuals.com
Troubleshooting · Method 1: Disabling Extensions · Method 2: Disable Hardware Acceleration · Method 3: Administrator rights · Method 4: Changing the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Figured out the problem. In file api.py, line 35, the statement self.desc_map.iteritems() causes exception, since I use python 3. Changing it to self.desc_map.items() works.
I was seeing this as well, but if I use my ip address in the callback instead of ‘localhost’ the page loaded correctly. You should see something like this below if it’s working: