From a7f067ca94efff5b7ce79d4f5add3e6ff1e6c3d4 Mon Sep 17 00:00:00 2001 From: StiliyanKushev Date: Thu, 21 Dec 2023 03:27:38 +0200 Subject: [PATCH] chore: add todo in lib --- lib/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index cdaa2b6..b535eb2 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -34,8 +34,8 @@ export default class AiMR_GAN { } /** * @todo: cache in some way, depending on the execution context. - * @see https://github.com/localForage/localForage - * @see https://github.com/lmaccherone/node-localstorage + * @todo: Probably use tfjs save model feature and the serialization + * provided by common Model. */ }