Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tensorflow/tfjs

Package Overview
Dependencies
Maintainers
11
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensorflow/tfjs - npm Package Compare versions

Comparing version 0.6.0-alpha7 to 0.6.0

2

dist/version.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc