SVHNClassifier icon indicating copy to clipboard operation
SVHNClassifier copied to clipboard

A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)

Results 16 SVHNClassifier issues
Sort by recently updated
recently updated
newest added

Since batchnorm layer should have different behaviour in training phase or testing phase, the code seems does not implement it... Could that be an issue?

Hello, for some reason, I have to frozen the variables of checkpoints file and export the graph to pb file. After research the graph structure, I export the pb file...

Hello, when i train the model with my own dataset, i found the statement: `dropout = tf.layers.dropout(pool, rate=drop_rate)` in model.py may be have problem. The operation: **tf.layers.dropout()** in TensorFlow's document...

I saw that the code saves images with a shape of 64x64 pixels into TFRecords. Then donkey.py reshapes data first into 64x64 then it extracts a random crop of 54x54....

Hi there! 👋 I noticed that your repo includes LLM evaluation logic like `eval.py`, custom scoring, or `ChatCompletion` usage. If you're working on model evaluation, you might be interested in...