Difference between revisions of "Hood Ubuntu TensorFlow Datasets 20211112"

From wikidb
Jump to: navigation, search
(Cats and Dogs)
(Cats and Dogs)
Line 30: Line 30:
 
* Ended up in ~/Downloads as <tt>kagglecatsanddogs_3367a.zip</tt>
 
* Ended up in ~/Downloads as <tt>kagglecatsanddogs_3367a.zip</tt>
  
Also found at TensorFlow Lesson 05 <tt>https://classroom.udacity.com/courses/ud187</tt>
+
Also found at TensorFlow Lesson 05 <tt>Going Further with CNNs</tt>
 
* [https://classroom.udacity.com/courses/ud187 Intro to TensorFlow for Deep Learning]
 
* [https://classroom.udacity.com/courses/ud187 Intro to TensorFlow for Deep Learning]
 
* [https://www.tensorflow.org/datasets/catalog/overview TensorFlow Catalog]
 
* [https://www.tensorflow.org/datasets/catalog/overview TensorFlow Catalog]

Revision as of 16:35, 12 November 2021

Datasets

Downloads

ssd_mobilenet

 $ wget http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz
      --2021-09-03 17:11:32--  http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz
      Resolving download.tensorflow.org (download.tensorflow.org)... 172.217.14.208, 2607:f8b0:400a:801::2010
      Connecting to download.tensorflow.org (download.tensorflow.org)|172.217.14.208|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 76534733 (73M) [application/x-tar]
      Saving to: ‘ssd_mobilenet_v1_coco_2017_11_17.tar.gz’

      ssd_mobilenet_v1_co 100%[===================>]  72.99M  9.19MB/s    in 7.9s    

      2021-09-03 17:11:41 (9.25 MB/s) - ‘ssd_mobilenet_v1_coco_2017_11_17.tar.gz’ saved [76534733/76534733]

See also

 ssd_mobilenet_v1_coco_2017_11_17.tar.gz(76.53 MB)
 https://www.kaggle.com/manishrai/pre-trained-model-evaluation/data

Cats and Dogs

Microsoft

Also found at TensorFlow Lesson 05 Going Further with CNNs

Model Location Code

Used to find the model so it can be loaded.

May be Interesting