Heesu

Results 4 issues of Heesu

I've encountered the thing that I can't understand while following up the Double-Dueling-DQN.ipynb. There's a def like below ``` def updateTargetGraph(tfVars,tau): total_vars = len(tfVars) op_holder = [] for idx, var...

I'm trying to train my own data with ZF model. There is a difference in the number of class with VOC2007. VOC2007 has 20 classes and my own datasets has...

It runs well when running 'script_faster_rcnn_demo.m' with pre-trained ZF model, which can be gotten from the 'fetch_faster_rcnn_final_model.m' But MATLAB collapses when I make it running with trained model, which is...

## Is there anybody who succeeded running **_'script_faster_rcnn_VOC...'_** with **_GeForce GTX1070_** and **_CUDA 8.0_**? When I use **_GeForce GTX 960M_** and **_CUDA 6.5_**, it doesn't have any problem. But there...