阿虎_Woody

Results 9 comments of 阿虎_Woody

v5.42 ,p94 ![image](https://user-images.githubusercontent.com/21167490/39251735-981a5648-48d6-11e8-9de2-f8ce43abff32.png) 应该是a[2]

v5.42 ,p97 ![image](https://user-images.githubusercontent.com/21167490/39252604-99f4c19a-48d8-11e8-8cee-1a3ce90d00c4.png) 1、应该是g(z)=max(0.01z,z) 2、应该是0.01

v5.42,p99 ![image](https://user-images.githubusercontent.com/21167490/39253213-e8caec6c-48d9-11e8-8a5b-1d217a96f1c3.png) 应该是dz[2]

v5.42 ,p106 ![image](https://user-images.githubusercontent.com/21167490/39280457-199fdf0c-4932-11e8-8e4d-ac9006e7d266.png) 应该是a[l-1]

v5.42,p107 ![image](https://user-images.githubusercontent.com/21167490/39281825-37e38804-4939-11e8-8aea-6d0a3dc6029f.png) 应该是dz[l]

v5.42 p144-p147 与p148-p151内容重复

v5.42 p380 ![image](https://user-images.githubusercontent.com/21167490/39362723-063ba6ac-4a5a-11e8-9da3-832dc918f20b.png) 应该是valid

v5.42 p391 ![image](https://user-images.githubusercontent.com/21167490/39363683-b384f126-4a5d-11e8-8ff1-0469949cf88d.png) 红框应该是 120x400

@RodrigoGantier I run main.py and the dataset is person keypoints of COCO 2017(annotations is 'person_keypoints_train2017.json') , when the code run to the 64th line`json_file = pd.read_json(os.path.join(data_dir, json_path_dict[subset]))`,I got the error...