Git Product home page Git Product logo

learner's Introduction

Randy Sim

Github

Randy's GitHub stats

Top Langs

learner's People

Contributors

randysim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

learner's Issues

Idk how it works

Hey i wanted to use this but i have few questions

  1. Do you have discord server? If yes gimme it
  2. Does this learn by just talking to people or only leaner cmd learn it? If it dont learn by just talking to people then i need help to do it so it will work as i want

I can't use learner command when I type I will get an error ๐Ÿ˜ข๐Ÿ˜ญ

node-pre-gyp info This Node instance does not support builds for Node-API version 8 node-pre-gyp info This Node instance does not support builds for Node-API version 8 2021-06-23 11:38:20.803379: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Bot is now on! (node:6604) UnhandledPromiseRejectionWarning: TypeError: Only absolute URLs are supported at getNodeRequestOptions (/content/Learner/node_modules/node-fetch/lib/index.js:1305:9) at /content/Learner/node_modules/node-fetch/lib/index.js:1410:19 at new Promise (<anonymous>) at fetch (/content/Learner/node_modules/node-fetch/lib/index.js:1407:9) at HTTPRequest.PlatformNode.fetch (/content/Learner/node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js:7330:16) at HTTPRequest.<anonymous> (/content/Learner/node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js:8280:55) at step (/content/Learner/node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js:82:23) at Object.next (/content/Learner/node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js:63:53) at /content/Learner/node_modules/@tensorflow/tfjs-core/dist/tf-core.node.js:56:71 at new Promise (<anonymous>) (Use node --trace-warnings ...to show where the warning was created) (node:6604) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2) (node:6604) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
I am getting this error please help me to fix it ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ๐Ÿ˜ญ

Problem typing l.tftrain command

Hi, I'm having the following problem:

`D:\Projetos\Bot Blaze\Aprendiz\Training\trainAI.js:16
var sentences = trainingData.map(t => t.message.toLowerCase());
^

TypeError: t.message.toLowerCase is not a function
at D:\Projetos\Bot Blaze\Aprendiz\Training\trainAI.js:16:53
at Array.map ()
at trainAI (D:\Projetos\Bot Blaze\Aprendiz\Training\trainAI.js:16:34)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Object.execute (D:\Projetos\Bot Blaze\Aprendiz\Commands\tftrain.js:17:21)`

can you send me your Dataset.json and Stats.json and model.json file?? plz :(

l.tftrain throws error

(node:7956) UnhandledPromiseRejectionWarning: Error: tensor2d() requires shape to be provided when values are a flat/TypedArray
at Object.tensor2d (C:\Users\finn\Desktop\Learner-master\node_modules@tensorflow\tfjs-core\dist\tf-core.node.js:19731:15)
at trainAI (C:\Users\finn\Desktop\Learner-master\Training\trainAI.js:18:21)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.execute (C:\Users\finn\Desktop\Learner-master\Commands\tftrain.js:11:21)
(Use node --trace-warnings ... to show where the warning was created)
(node:7956) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:7956) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

lnr command not working

(node:16336) UnhandledPromiseRejectionWarning: Error: Path C:\Users\phone\OneDrive\Desktop\TextAI\model.json does not exist: loading failed
at C:\Users\Administrator\Desktop\Learner-master\Learner-master\node_modules@tensorflow\tfjs-node\dist\io\file_system.js:67:23
(Use node --trace-warnings ... to show where the warning was created)
(node:16336) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:16336) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Hello, It return this error when I try to run the lnr command,

if (!model) {
model = await tf.loadLayersModel("file:///Users/phone/OneDrive/Desktop/TextAI/model.json");
Session.addModel(model);
}

I tried to change the path to my own and create a new file named "model.json" But it still doesn't work. Can you help me fix this issue? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.