Nathan Ing

Results 16 comments of Nathan Ing

Hi everyone, I'm working through this book by re-implementing examples in [`tensorflow_probability`](https://github.com/tensorflow/probability) -- killing two birds with one stone. Here's my version of the introduction chapter main example: https://github.com/nathanin/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter1_Introduction/Chapter_1_Introduction_tensorflow_probability.ipynb It's...

Hi I don't mean to spam this board with complaining, but I am committed to making this repo work for me. I'm seeing similarly terrible results with the sample model,...

Chiming in here to say I also fail `runtest` at that layer. It would print a ton of 0's and then apparently hang. I ended up removing the test. Training...

@Dan1900 Have you solved this? Was it an error with your build, or something to be set in a prototxt file?

I've since solved this. In my prototxt I had loss_weight: 1 in a custom softmax loss layer.. removing that seems to have fixed it. On the other hand it could...

@nk6june looks like tensorflow 1.7 can no longer be installed from pypi. You can install tensorflow from source after checking out the 1.7 branch. On the other hand, it's not...

@DandiC Can you paste the whole command ? maybe you have to modify permissions on download.sh, or change the first line to `#!/bin/bash` Alternatively, Kaggle hosts the ImageNet data with...

Check your line endings. there's a syntax error in your download.sh

What is your GPU ans power supply? This happened to me when my PSU could not give my GPU enough wattage

Look at this part of the INFO stream that Caffe prints during network setup: ``` I0926 14:14:42.313246 12023 net.cpp:410] upsample4 pool4_mask I0926 14:14:41.980132 12023 net.cpp:120] Setting up pool4 I0926 14:14:41.980144...