Gefu Tang

Results 3 comments of Gefu Tang

Thank you for your attention, I have rewrite the code about `decay_step`, and use `saver = tf.train.Saver()` instead of `try/catch`.

It is possible to train models using your own dataset. I recommend taking a look at `data/pascal_data.m`, which defines the function that we use for loading the PASCAL data into...

For example, if 'cnn' is your trained model, and 'img' is your image, do like this: ``` net = cnnff(cnn,img); [~, h] = max(net.o); ``` Then 'h' will be the...