clks-wzz
clks-wzz
I found that this tf code uses "feed_dict" to feed the data for training. However, it's slow in tensorflow. I remember that "tfrecords" will speed up _io_ while training.
I want to utilize the pre-trained model for testing my data. However, I don't know the pre-processing method. For example, what's the normalization stype, ie, sub rgb average of images,...
Hello, sir. I wish to copy the repo and implement a function for depth image in the face anti-spoofing topic and make it public. Does this violate the license? Thanks.
I try to use python trtorch==0.4.1 to compile my own pytorch jit traced model, and I find that it goes wrong with the following information: ` Traceback (most recent call...
I found that the "preocessing.py" codes use a simple transforms.RandomResizedCrop(224) to preprocess the input training data. Why don't you utilize aspect preserving resize before cropping? Thanks.
Hello, sir. I found that there is no moving_average_mean/var, which is necessary in BatchNorm. Is it ok for GroupNorm?
There are 33.6M when I use the 'saved_model' pattern to save the mobilenetv3_large_1.0 models. Is there anything wrong that I can deal with?
Sir, I saw that you only split the channels and implement group convolution. Shufflenet needs random shuffling the channels. But I can't find that. Would you mind helping me for...