Skip to content
#

image-classification

Here are 2,075 public repositories matching this topic...

humphd
humphd commented Sep 1, 2017

I've moved from Caffe/Digits to TensorFlow in my own work, and I want to update this to show how to do the same tasks with TensorFlow.

Given the hard work by @BirkhoffLee translating the original, I don't want to break what we already have. I'm debating whether to integrate it into the current document, or start a new one. I think it's nice to see how transferable the approach is across ML fr

gluon-cv
label-studio
johann-petrak
johann-petrak commented Apr 19, 2020

Create text classification project that shows text to the annotator. The text also includes URLs or terms that the annotator may want to look up.
However normal copying the string to look up is not possible, presumably because the code that normally handles text selection in order create a sequence annotation (like for NER) is active.
"Normal copying" would be that the user marks the text to

computervision-recipes
meethariprasad
meethariprasad commented Dec 29, 2019

Dear TF Hub Team,

USE paper Section 5 has a interesting paragraph on evaluation where authors use Arc Cosine (Cos Inverse) whose range is 0 to Pi in radians instead of plain cosine distance with range 0 to 2.

". For the pairwise semantic similarity task, we directly assess
the similarity of the sentence embedding produced by our two encoders. As show

aaronmarkham
aaronmarkham commented Dec 6, 2019

I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g

travelcms
travelcms commented May 17, 2019

Hi,

I try to understand Deepdetect right now, starting with the Plattforms Docker container.
It looks great on pictures, but I have a hard time right now using it :)

My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?

Is there something missing in the docs?

Example: https://www.deepdetec

Ditwoo
Ditwoo commented Mar 14, 2020

Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.

Proposal
Would be logically to add a CheckpointCallback with parameter save_n_best=0 to a configuration and do not store best checkpoints and instead use the latest state of the model.

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet)

  • Updated Aug 27, 2019
  • Python

Improve this page

Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-classification topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.