Git Product home page Git Product logo

pigrecos / tensorflow.delphi Goto Github PK

View Code? Open in Web Editor NEW
64.0 64.0 9.0 3.72 MB

TensorFlow.Delphi (TF.Delphi) provides a Delphi(Pascal) Standard binding for TensorFlow. It aims to implement the complete Tensorflow API in Delphi which allows Pascal developers to develop, train and deploy Machine Learning models with the Pascal Delphi

License: Apache License 2.0

Pascal 95.28% Batchfile 0.01% C 3.99% C++ 0.73%
ai deep-learning delphi inteligencia-artificial keras machine-learning ml pascal tensorflow

tensorflow.delphi's Issues

Can not get it to compile

Tested it with different Delphi Enterprise versions.

10.3 gives E2393 invalid operator declaration in TensorFlow.Variable.pas line 63 and some more
10.4 gives serveral E2250 starting with There is no overloaded version of 'Create' that you can call with these arguments in Tensorflow.array_ops.pas line 344
11.0 gives [dcc32 Fatale error] TensorFlow.CondContext.pas(175): F2084 Interneral error: NC338

Doesn't compile under Alexandria

Delphi 11 Alexandria Update 2

Many ProtoGen units not part of the project.

class function TFTensor.TF_NewTensor(data: TArray; shape: TFShape; dtype: TF_DataType):PTF_Tensor;
begin
...
if Assigned(data) then
Move(@DaTa[0], ttensor^, _length); // should be data[0] instead of @DaTa[0] ?
...
end;

Compatibility

Having issues compiling 10.3 Rio, what version of Delphi is TensorFlow.Delphi compatible with? Please specify in the [README]

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.