Skip to content

Instantly share code, notes, and snippets.

@padawanR0k
Created November 10, 2020 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padawanR0k/0ee4c3cd598bbb3f87e14888ed145038 to your computer and use it in GitHub Desktop.
Save padawanR0k/0ee4c3cd598bbb3f87e14888ed145038 to your computer and use it in GitHub Desktop.
my_first_teachable_machine_learning
{"tfjsVersion":"1.3.1","tmVersion":"0.8.6","packageVersion":"0.8.6","packageName":"@teachablemachine/pose","timeStamp":"2020-11-09T06:00:34.186Z","userMetadata":{},"modelName":"toy_project__stretching_watcher","labels":["neck_strecth_left","neck_strecth_right","default","neck_strecth_top","neck_strecth_down"],"modelSettings":{"posenet":{"architecture":"MobileNetV1","outputStride":16,"inputResolution":257,"multiplier":0.75}}}
{"modelTopology":{"class_name":"Sequential","config":{"name":"sequential_12","layers":[{"class_name":"Dense","config":{"units":100,"activation":"relu","use_bias":true,"kernel_initializer":{"class_name":"VarianceScaling","config":{"scale":1,"mode":"fan_in","distribution":"normal","seed":null}},"bias_initializer":{"class_name":"Zeros","config":{}},"kernel_regularizer":null,"bias_regularizer":null,"activity_regularizer":null,"kernel_constraint":null,"bias_constraint":null,"name":"dense_Dense11","trainable":true,"batch_input_shape":[null,14739],"dtype":"float32"}},{"class_name":"Dropout","config":{"rate":0.5,"noise_shape":null,"seed":null,"name":"dropout_Dropout6","trainable":true}},{"class_name":"Dense","config":{"units":5,"activation":"softmax","use_bias":false,"kernel_initializer":{"class_name":"VarianceScaling","config":{"scale":1,"mode":"fan_in","distribution":"normal","seed":null}},"bias_initializer":{"class_name":"Zeros","config":{}},"kernel_regularizer":null,"bias_regularizer":null,"activity_regularizer":null,"kernel_constraint":null,"bias_constraint":null,"name":"dense_Dense12","trainable":true}}]},"keras_version":"tfjs-layers 1.3.1","backend":"tensor_flow.js"},"weightsManifest":[{"paths":["weights.bin"],"weights":[{"name":"dense_Dense11/kernel","shape":[14739,100],"dtype":"float32"},{"name":"dense_Dense11/bias","shape":[100],"dtype":"float32"},{"name":"dense_Dense12/kernel","shape":[100,5],"dtype":"float32"}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment