Skip to content

Commit 797c402

Browse files
authored
Upgrade lstm-text-generation and jena-weather to tfjs 1.7.4 (#369)
- Upgrade to latest (2.6.0) is blocked by ES module issue in unit tests - Also upgrades tfjs-vis to 1.4.3 (latest) Manually tested the example in both browser and node.js to make sure the training and inference is still working.
1 parent 2e192b6 commit 797c402

File tree

4 files changed

+1505
-1163
lines changed

4 files changed

+1505
-1163
lines changed

jena-weather/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"node": ">=8.9.0"
1010
},
1111
"dependencies": {
12-
"@tensorflow/tfjs": "^1.3.2",
13-
"@tensorflow/tfjs-vis": "^1.0.3"
12+
"@tensorflow/tfjs": "^1.7.4",
13+
"@tensorflow/tfjs-vis": "^1.4.3"
1414
},
1515
"scripts": {
1616
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",
@@ -20,8 +20,8 @@
2020
"train-rnn": "babel-node --max_old_space_size=4096 train-rnn.js"
2121
},
2222
"devDependencies": {
23-
"@tensorflow/tfjs-node": "^1.3.2",
24-
"@tensorflow/tfjs-node-gpu": "^1.3.2",
23+
"@tensorflow/tfjs-node": "^1.7.4",
24+
"@tensorflow/tfjs-node-gpu": "^1.7.4",
2525
"argparse": "^1.0.10",
2626
"babel-cli": "^6.26.0",
2727
"babel-core": "^6.26.3",

0 commit comments

Comments
 (0)