-
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimenta…
-
Can anyone explain how to use this pre-trained model 'dlib_face_recognition_resnet_model_v1.dat' in Keras or Tensorflow? or convert the weights and biases in h5py so it can be used for Further fine-tu…
-
https://github.com/pannous/tensorflow-ocr
[Developing a Standard OCR Pipeline The utilization of Pc Imaginative and prescient and Deep Discovering out](http://a1a.in/developing-a-standard-ocr-pipel…
-
Hello everybody,
I've got a very trivial [environment](https://github.com/MarcoMeter/Unity-ML-Environments/blob/master/documentation/SimpleContinuousControl.md) for trying out image input in additi…
-
arXiv论文跟踪
-
Read and understand [CNNs](http://www.deeplearningbook.org/contents/convnets.html).
Questions & Problems:
ghost updated
5 years ago
-
Thanks for sharing the code. It is a really impressive work.
I am trying to repeat the result with the caffe training code. However, I observed the training speed is much slower than the stated on…
ghost updated
5 years ago
-
In the paper 《DiCENet: Dimension-wise Convolutions for Efficient Networks》, the network width scaling parameter **s** can be selected, but in the experiment of **image multi-label classification**, th…
-
Hi, thanks for providing this great DNN compression frame work.
I am pruning MobileNetV1
class Block(nn.Module):
def __init__(self, in_planes, out_planes, stride=1):
supe…
-
HI, I was looking through the repo specifically the 16-class-Imagenet but I couldn't find how is the dataset split into training and validation sets. Could you point me to the location? Or are you jus…