Jiahuan Zhou

Results 3 issues of Jiahuan Zhou

![result](https://user-images.githubusercontent.com/37075120/37329501-1099b48a-26d9-11e8-9c23-f6657dcfc685.jpg) ``` import sys sys.path.append('./') import time from yolo.net.yolo_tiny_net import YoloTinyNet import tensorflow as tf import cv2 import numpy as np classes_name = ["aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car",...

Hey, I found the "weight_decay" is initialized in yolo_net.py, but where does it be used?