yatorho / CHIME

A Deep Learning Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIME

A Deep Learning Framework

Let's implement a deep learning framework in C++ (continuous development)

Note: If bazel version is larger than 4.0, use following command to build the project:

bazel build //chime/... --incompatible_blacklisted_protos_requires_proto_info=false --incompatible_require_linker_input_cc_api=false

About

A Deep Learning Framework

License:Apache License 2.0


Languages

Language:C++ 94.0%Language:Starlark 5.3%Language:C 0.7%