Giter Site home page Giter Site logo

weld-studio's People

Contributors

aminchegini avatar binaryanthems avatar f0rodo avatar kthakore avatar michael-f-bryan avatar mohit0928 avatar saidinesh5 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

weld-studio's Issues

Safari doesn't support BigInt64Array and friends

Older versions of Safari don't have BigInt64Array and BigUint64Array in the global namespace (bigint isn't supported), so the frontend's JavaScript doesn't load on an older Mac.

I believe these are the only offending lines:

case ElementType.U64:
return {
elementType,
dimensions,
buffer: new Uint8Array(
BigUint64Array.from(elements.map(BigInt)).buffer
),
};
case ElementType.I64:
return {
elementType,
dimensions,
buffer: new Uint8Array(BigInt64Array.from(elements.map(BigInt)).buffer),
};

case "i64":
return BigInt64Array.from(data);

We had to solve a similar issue in Rune's JavaScript runtime: hotg-ai/rune#411

Cannot perform comparative analysis

In it's current state the user is unable to perform meaningful comparisons between the outputs of two pipelines:

  • Enable support for multiple input tensors in the output node
  • Format the output to render the table correctly

Windows - the prediction models dont work

The pipeline fails with undefined on the studio
image

The console logs are also attached as a file. error:

main.d9e4cd0c.js:2 COMPILE ERROR {message: "The item wasn't found", causes: Array(0), verbose: "The item wasn't found"}causes: []message: "The item wasn't found"verbose: "The item wasn't found"[[Prototype]]: Objectconstructor: ƒ Object()hasOwnProperty: ƒ hasOwnProperty()isPrototypeOf: ƒ isPrototypeOf()propertyIsEnumerable: ƒ propertyIsEnumerable()toLocaleString: ƒ toLocaleString()toString: ƒ toString()valueOf: ƒ valueOf()defineGetter: ƒ defineGetter()defineSetter: ƒ defineSetter()lookupGetter: ƒ lookupGetter()lookupSetter: ƒ lookupSetter()proto: (...)get proto: ƒ proto()set proto: ƒ proto()

weld-log.log

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.