Add comments from live presentation
This commit is contained in:
parent
271d623a78
commit
d11aba0d9b
2 changed files with 6 additions and 4 deletions
|
@ -4,6 +4,8 @@ import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
|
|
||||||
import tf from '@tensorflow/tfjs-node';
|
import tf from '@tensorflow/tfjs-node';
|
||||||
|
// import tf from '@tensorflow/tfjs-node-gpu';
|
||||||
|
// import tf from '@tensorflow/tfjs';
|
||||||
|
|
||||||
import genres from './Genres.mjs';
|
import genres from './Genres.mjs';
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
"Action",
|
"Action", // 0
|
||||||
"Adventure",
|
"Adventure", // 1
|
||||||
"Animation",
|
"Animation", // 2
|
||||||
"Biography",
|
"Biography",
|
||||||
"Comedy",
|
"Comedy",
|
||||||
"Crime",
|
"Crime",
|
||||||
|
@ -23,5 +23,5 @@ export default [
|
||||||
"Sport",
|
"Sport",
|
||||||
"Thriller",
|
"Thriller",
|
||||||
"War",
|
"War",
|
||||||
"Western"
|
"Western" // 22
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue