lixiangchun commited on
Commit
f9960f1
β€’
1 Parent(s): fa86dca

add README

Browse files
README.md CHANGED
@@ -3,7 +3,7 @@ const tf = require('@tensorflow/tfjs');
3
  const tfnode = require('@tensorflow/tfjs-node');
4
 
5
  async function loadModel(){
6
- const handler = tfnode.io.fileSystem('tfjs_imagenet_resnet18_saved_model/model.json');
7
  const model = await tf.loadGraphModel(handler);
8
  console.log("Model loaded")
9
 
 
3
  const tfnode = require('@tensorflow/tfjs-node');
4
 
5
  async function loadModel(){
6
+ const handler = tfnode.io.fileSystem('checkpoint/model.json');
7
  const model = await tf.loadGraphModel(handler);
8
  console.log("Model loaded")
9
 
group1-shard10of12.bin β†’ checkpoint/group1-shard10of12.bin RENAMED
File without changes
group1-shard11of12.bin β†’ checkpoint/group1-shard11of12.bin RENAMED
File without changes
group1-shard12of12.bin β†’ checkpoint/group1-shard12of12.bin RENAMED
File without changes
group1-shard1of12.bin β†’ checkpoint/group1-shard1of12.bin RENAMED
File without changes
group1-shard2of12.bin β†’ checkpoint/group1-shard2of12.bin RENAMED
File without changes
group1-shard3of12.bin β†’ checkpoint/group1-shard3of12.bin RENAMED
File without changes
group1-shard4of12.bin β†’ checkpoint/group1-shard4of12.bin RENAMED
File without changes
group1-shard5of12.bin β†’ checkpoint/group1-shard5of12.bin RENAMED
File without changes
group1-shard6of12.bin β†’ checkpoint/group1-shard6of12.bin RENAMED
File without changes
group1-shard7of12.bin β†’ checkpoint/group1-shard7of12.bin RENAMED
File without changes
group1-shard8of12.bin β†’ checkpoint/group1-shard8of12.bin RENAMED
File without changes
group1-shard9of12.bin β†’ checkpoint/group1-shard9of12.bin RENAMED
File without changes
model.json β†’ checkpoint/model.json RENAMED
File without changes