DeveloperZWK

Results 3 issues of DeveloperZWK

Hi all, When I want to train a classifier on own images with classifier.py with the following parameters: python ~/facenet/src/classifier.py \ TRAIN \ ~/datasets/my_dataset/test_mtcnnpy_100 \ ~/models/20180402-114759.pb \ ~/models/my_classifier.pkl \ --image_size...

@carlesventura Excuse me, could you tell me why the decoder need to loop T times? ================================ for t in range(0, T): #prev_hidden_temporal_list is a list with the hidden state for...

Dear authors: Thanks for sharing your code with us. I do not understand why you use augmentation methods to the output probability of the encoder in the function full2weak() and...