Skip to content

Commit 830f808

Browse files
authored
Update index.html
1 parent 7e6489b commit 830f808

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3 align=center> Beginner <a href="https://js.tensorflow.org/">Tensorflowjs<
111111

112112
<table border=1>
113113

114-
<tr><th >Web Page </th><th>Explanation</th><th> Video </th><th><a href="https://beta.observablehq.com/">Observable</a></th><th> Deprecated at Version </th></tr>
114+
<tr><th >Web Page </th><th>Explanation</th><th> Video </th><th><a href="https://codepen.io/">CodePen, </a><a href="https://glitch.com/">Glitch</a></th><th> Deprecated at Version </th></tr>
115115

116116

117117
<tr><th colspan=5 align=center style="font-size:30px; color:green">Tensorflowjs Version 0.12.2</th></tr>
@@ -194,6 +194,11 @@ <h3 align=center> Beginner <a href="https://js.tensorflow.org/">Tensorflowjs<
194194

195195
<tr><th colspan=5 align=center style="font-size:30px; color:green">Some General Stuff I am working on</th></tr>
196196

197+
<tr><td><a href="https://codepen.io/collection/AYVRVZ">My CodePen.io Tensorflowjs collection</a><td>I have made a collection of examples in both CodePen and Glitch.</td><td>Trying tofigure out which online IDE I like Best.</td><td>Presently leaning towards CodePen for Front End and Glitch for Front and Backend in node.</td><td style="color:green">.....</td></tr>
198+
199+
<tr><td><a href="https://glitch.com/@hpssjellis/my-tensorflowjs">My Glitch.com Tensorflowjs collection</a><td>I have made a collection of examples in both CodePen and Glitch.</td><td>Trying tofigure out which online IDE I like Best.</td><td>Presently leaning towards CodePen for Front End and Glitch for Front and Backend in node.</td><td style="color:green">.....</td></tr>
200+
201+
197202
<tr><td><a href="https://www.rocksetta.com/tensorflowjs/saved-models/from-keras/DenseNet121/model.json">DenseNet121/model.json</a><td>A fully useable DenseNet121 Model with shard files in Keras Layers style made ready for Tensorflowjs</td><td>This means you can edit it, add layers, freeze layers etc, much more powerful than taking a model from Tensorflow which is a frozen model.</td><td>You may use these files. I have others just the download sizes start to get a bit big.</td><td style="color:green">.....</td></tr>
198203
<tr><td><a href="https://www.rocksetta.com/tensorflowjs/saved-models/from-keras/MobileNet/model.json">MobileNet/model.json</a><td>A fully useable MobileNet Model with shard files in Keras Layers style made ready for Tensorflowjs</td><td>This means you can edit it, add layers, freeze layers etc, much more powerful than taking a model from Tensorflow which is a frozen model.</td><td>You may use these files. I have others just the download sizes start to get a bit big.</td><td style="color:green">.....</td></tr>
199204
<tr><td><a href="https://www.rocksetta.com/tensorflowjs/saved-models/from-keras/MobileNetV2/model.json">MobileNetV2/model.json</a><td>A fully useable MobileNetV2 Model with shard files in Keras Layers style made ready for Tensorflowjs</td><td>This means you can edit it, add layers, freeze layers etc, much more powerful than taking a model from Tensorflow which is a frozen model.</td><td>You may use these files. I have others just the download sizes start to get a bit big.</td><td style="color:green">.....</td></tr>

0 commit comments

Comments
 (0)