Skip to content

Commit 94626fb

Browse files
authored
Merges in #313 via master using deprecating-master branch (#323)
* Add tests to CharRNN (#307) * add tests to CharRNN * test(CharRNN): add tests to CharRNN added descriptive tests to ensure CharRNN behaves like its example * remove dist * check preload support for other nets and classifiers (#313) Adds specified nets to support preload // TODO: add examples showing appropriate use of preload
1 parent 50c6330 commit 94626fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ import preloadRegister from './utils/p5PreloadHelper';
2020
import { version } from '../package.json';
2121

2222
const withPreload = {
23+
charRNN,
24+
featureExtractor,
2325
imageClassifier,
26+
pitchDetection,
27+
pix2pix,
28+
poseNet,
29+
SketchRNN,
30+
styleTransfer,
31+
word2vec,
32+
YOLO,
2433
};
2534

2635
module.exports = Object.assign({}, preloadRegister(withPreload), {
2736
KNNClassifier,
28-
featureExtractor,
29-
pitchDetection,
30-
YOLO,
31-
word2vec,
32-
styleTransfer,
33-
poseNet,
34-
charRNN,
35-
pix2pix,
36-
SketchRNN,
3737
...imageUtils,
3838
tf,
3939
version,

0 commit comments

Comments
 (0)