You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file following a [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
-
## Unreleased
5
+
## [1.4.0] - 2022-11-30
6
+
7
+
### Added
8
+
9
+
- Local Mode Support
6
10
7
11
### Changed
8
12
9
13
- Improved code structure
10
-
- Upgraded `node-fetch` to version `3.1.0`
11
-
- Upgraded `pureimage` to version `0.3.6`
14
+
- Upgrade pre-commit dependencies
15
+
- Dependency change from `@tensorflow/tfjs` to `@tensorflow/tfjs-node`
16
+
- Upgraded `node-fetch` to version `3.3.0`
17
+
- Upgraded `pureimage` to version `0.3.14`
12
18
13
19
## [1.3.1] - 2021-10-09
14
20
@@ -243,3 +249,4 @@ All notable changes to this project will be documented in this file following a
Paste the saved URL into the node configuration. That URL hosts all the information to load your trained model. Make sure you copy all the given URL including the `https://...`.
55
+
#### **Online Mode**
56
+
57
+
Select Online Mode and paste the saved URL in the node configuration. That URL hosts all the information to load your trained model. Make sure you copy all the given URL including the `https://...` and the `/` in the end.
Download all three files from the generated URL and save them locally in a folder maintaning the original filenames.
64
+
65
+
Select Local Mode and write down the absolute path of the folder that contain the three downloaded files in the node configuration. Make sure it ends with a `/` noting it is a folder.
0 commit comments