Add comments from live presentation

This commit is contained in:
Starbeamrainbowlabs 2020-09-23 17:23:51 +01:00
vecāks 271d623a78
revīzija d11aba0d9b
Parakstījis: sbrl
GPG atslēgas ID: 1BE5172E637709C2
2 mainīti faili ar 6 papildinājumiem un 4 dzēšanām

Parādīt failu

@ -4,6 +4,8 @@ import path from 'path';
import fs from 'fs';
import tf from '@tensorflow/tfjs-node';
// import tf from '@tensorflow/tfjs-node-gpu';
// import tf from '@tensorflow/tfjs';
import genres from './Genres.mjs';

Parādīt failu

@ -1,9 +1,9 @@
"use strict";
export default [
"Action",
"Adventure",
"Animation",
"Action", // 0
"Adventure", // 1
"Animation", // 2
"Biography",
"Comedy",
"Crime",
@ -23,5 +23,5 @@ export default [
"Sport",
"Thriller",
"War",
"Western"
"Western" // 22
];