@tensorflow/tfjs
Advanced tools
Comparing version 0.6.0-alpha7 to 0.6.0
@@ -1,2 +0,2 @@ | ||
declare const version = "0.6.0-alpha7"; | ||
declare const version = "0.6.0"; | ||
export { version }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var version = '0.6.0-alpha7'; | ||
var version = '0.6.0'; | ||
exports.version = version; |
{ | ||
"name": "@tensorflow/tfjs", | ||
"version": "0.6.0-alpha7", | ||
"version": "0.6.0", | ||
"description": "An open-source machine learning framework.", | ||
@@ -27,5 +27,5 @@ "private": false, | ||
"dependencies": { | ||
"@tensorflow/tfjs-core": "0.6.0-alpha7", | ||
"@tensorflow/tfjs-layers": "0.1.0" | ||
"@tensorflow/tfjs-core": "0.6.0", | ||
"@tensorflow/tfjs-layers": "0.1.1" | ||
} | ||
} |
@@ -124,3 +124,3 @@ # TensorFlow.js | ||
# Save your Keras model in TensorFlow.js format. | ||
tfjs.converter.save_keras_model(model, '/path/to/tfjs_artifacts/') | ||
tfjs.converters.save_keras_model(model, '/path/to/tfjs_artifacts/') | ||
@@ -127,0 +127,0 @@ # Then use your favorite web server to serve the directory at a URL, say |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1605795
24213
+ Added@tensorflow/tfjs-core@0.6.0(transitive)
+ Added@tensorflow/tfjs-layers@0.1.1(transitive)
- Removed@tensorflow/tfjs-core@0.6.0-alpha7(transitive)
- Removed@tensorflow/tfjs-layers@0.1.0(transitive)
- Removedutf8@2.1.2(transitive)
Updated@tensorflow/tfjs-core@0.6.0