Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 258 Bytes

GoogleNet-BN

GoogleNet-BN,namely InceptionNetV2 based on pytorch.

the training set is ms-celeb-1m clean data.

to train it,

1.generate training list with make_training_list_without_deduplication.py

2.modify the shell script and run the shell script.