Closed karelbilek closed 6 months ago
The first error is fixable by manually installing mathjax, whatever that is, I will put it as a PR.
The second error I have no idea. In docker logs, I see this
2015-07-14 22:33:29.930 [NotebookApp] WARNING | Unreadable Notebook: /notebooks/dream.ipynb Notebook does not appear to be JSON: u'{\n "metadata": {\n "colabVersion": "...
WARNING:tornado.access:400 GET /api/notebooks/dream.ipynb?_=1436913208816 (10.33.0.116) 10.79ms referer=https://10.33.0.138/notebooks/dream.ipynb
Well, ok, that seems like an error.
...that's because it actually ain't a valid JSON. Will post corrections as pull requests too.
fixed with #12, #13. The notebook is still unusable out-of-the-box, I will look later what to do with that
Well, I actually managed it to work (with some edits, I will send them as another PR). Now it only crashes the kernel when it runs out of memory, but I am too lazy to try to fix that :D
I made 3 separate ones. Or do you want to merge all those into one?
(the last one is bigger, since I deleted whole caffe and clone it in docker instead) On Jul 16, 2015 4:36 AM, "Ryan Kennedy" notifications@github.com wrote:
Hey @runn1ng https://github.com/runn1ng can you please do a PR and I'll merge it in?
— Reply to this email directly or view it on GitHub https://github.com/ryankennedyio/deep-dream-generator/issues/11#issuecomment-121806502 .
ahh the sweet 2015 where we were not spammed with midjourney crap
This is what I get after successfully compiling and running the docker and logging in.
Clicking "OK" twice shows up empty editor-y looking GUI, where I can't edit anything or save/open anything.
Is this correct?