Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

DNN Compiler

Open Source for Deep Neural Network Compiler for All Platforms
Collective - Host: opensource - https://opencollective.com/dnnc - Code: https://github.com/ai-techsystems/dnnCompiler

Error with mnist example

github.com/ai-techsystems/deepC - rajasrijan opened this issue over 1 year ago
Error: building deepC inside docker container

github.com/ai-techsystems/deepC - wonjaegang opened this issue about 2 years ago
Error while compiling the model

github.com/ai-techsystems/deepC - WaterBoiledPizza opened this issue over 2 years ago
Cleanup

github.com/ai-techsystems/deepC - justinormont opened this pull request over 3 years ago
Comparison TensorFlow Lite

github.com/ai-techsystems/deepC - jonalm opened this issue almost 4 years ago
How to embed the weights into the library?

github.com/ai-techsystems/deepC - monkbai opened this issue almost 4 years ago
ModuleNotFoundError: No module named '_dnnc'

github.com/ai-techsystems/deepC - mohaimenz opened this issue about 4 years ago
Added test for ceil and and functions

github.com/ai-techsystems/deepC - AyishaR opened this pull request about 4 years ago
LSTM operator forward and backward pass completed

github.com/ai-techsystems/deepC - Aalawani686 opened this pull request over 4 years ago
LSTM testing in progress

github.com/ai-techsystems/deepC - Aalawani686 opened this pull request over 4 years ago
Tensor 2D slices editted and 3D slices completed

github.com/ai-techsystems/deepC - Aalawani686 opened this pull request over 4 years ago
Make TEST fails swig tests

github.com/ai-techsystems/deepC - robinvanemden opened this issue over 4 years ago
Fix entry point directory

github.com/ai-techsystems/deepC - robinvanemden opened this pull request over 4 years ago
Change dir "scripts" into "compiler" in setup.py

github.com/ai-techsystems/deepC - robinvanemden opened this pull request over 4 years ago
Uint8 quantisized model throws "struct.error"

github.com/ai-techsystems/deepC - robinvanemden opened this issue over 4 years ago
Added custom logger macro, removed spdlog dependency

github.com/ai-techsystems/deepC - gunjannandy opened this pull request almost 5 years ago
deleted symlinks

github.com/ai-techsystems/deepC - gunjannandy opened this pull request almost 5 years ago
Fixed logger, fixed swig test bugs

github.com/ai-techsystems/deepC - gunjannandy opened this pull request almost 5 years ago
Added logger, initial stage

github.com/ai-techsystems/deepC - gunjannandy opened this pull request almost 5 years ago
Fixed travis issue, with numpy prev version

github.com/ai-techsystems/deepC - gunjannandy opened this pull request almost 5 years ago
explore deepC installation in micropython

github.com/ai-techsystems/deepC - srohit0 opened this issue about 5 years ago
nn operators now has scalar support with unittests

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Use Google Cloud CI/CD

github.com/ai-techsystems/deepC - gunjannandy opened this issue about 5 years ago
clang++ version restricton

github.com/ai-techsystems/deepC - gunjannandy opened this issue about 5 years ago
arm64 architecture support is pending!

github.com/ai-techsystems/deepC - gunjannandy opened this issue about 5 years ago
Added 5 cpu architecture support in travis

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
implemented SetSlice.h and __setitem__

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Added __iter__, fixed #98

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Slice.h can't take negative step value

github.com/ai-techsystems/deepC - gunjannandy opened this issue about 5 years ago
Implemented magic methods like __(getitem,int,bool,float)__

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
(list)tensor and (tuple)tensor are not working

github.com/ai-techsystems/deepC - gunjannandy opened this issue about 5 years ago
Fixed Mod operator test

github.com/ai-techsystems/deepC - k4rth33k opened this pull request about 5 years ago
Fixed many bugs, added 300+ unittests for tensor operators

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Full numpy binary support, fixed #33, fixed #50, fixed #70

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Added Travis, make works faster for development.

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Add codegen for swift

github.com/ai-techsystems/deepC - srohit0 opened this issue about 5 years ago
Read Tensorflow frozen models

github.com/ai-techsystems/deepC - srohit0 opened this issue about 5 years ago
Activating Open Collective

github.com/ai-techsystems/deepC - monkeywithacupcake opened this pull request about 5 years ago
NN operators don't work on scalars

github.com/ai-techsystems/deepC - srohit0 opened this issue about 5 years ago
added docker in operators branch to help developers

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
make failing inside /deepC

github.com/ai-techsystems/deepC - gunjannandy opened this issue about 5 years ago
Changed buildDocker to python for universal support

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Added Docker, updated dnnc.api principle

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Merge pull request #82 from ai-techsystems/operators

github.com/ai-techsystems/deepC - srohit0 opened this pull request about 5 years ago
convolution fixes

github.com/ai-techsystems/deepC - srohit0 opened this pull request about 5 years ago
Operators

github.com/ai-techsystems/deepC - srohit0 opened this pull request about 5 years ago
dc operators now have numpy compatibility

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Fixed __div__, and all other tensor operators

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Operators

github.com/ai-techsystems/deepC - srohit0 opened this pull request about 5 years ago
Prelu op and unit test

github.com/ai-techsystems/deepC - k4rth33k opened this pull request about 5 years ago
Automated 'tensor.i'

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Operators

github.com/ai-techsystems/deepC - SubhamIO opened this pull request about 5 years ago
PRelu operator and test

github.com/ai-techsystems/deepC - k4rth33k opened this pull request about 5 years ago
Operators

github.com/ai-techsystems/deepC - srohit0 opened this pull request about 5 years ago
Added tensor operators testing

github.com/ai-techsystems/deepC - gunjannandy opened this pull request about 5 years ago
Operators

github.com/ai-techsystems/deepC - srohit0 opened this pull request over 5 years ago
adding FORCE target for core

github.com/ai-techsystems/deepC - gunjannandy opened this pull request over 5 years ago
Update operators readme.md

github.com/ai-techsystems/deepC - NixonZ opened this pull request over 5 years ago
Operators

github.com/ai-techsystems/deepC - srohit0 opened this pull request over 5 years ago
reciprocal.h/.cpp ad dnnc.api file

github.com/ai-techsystems/deepC - risharma-csus opened this pull request over 5 years ago
Operators (.h and .cpp files) - Ceil, Clip, Cos, Cosh

github.com/ai-techsystems/deepC - tarushikapoor opened this pull request over 5 years ago
Fixed Mod op and added unit tests for Mod and Mul

github.com/ai-techsystems/deepC - k4rth33k opened this pull request over 5 years ago
Adding Tensor slicing and chipping

github.com/ai-techsystems/deepC - NixonZ opened this issue over 5 years ago
Operators

github.com/ai-techsystems/deepC - SubhamIO opened this pull request over 5 years ago
Revert "Subham"

github.com/ai-techsystems/deepC - gunjannandy opened this pull request over 5 years ago
Fixed Tensor operator Floordiv

github.com/ai-techsystems/deepC - gunjannandy opened this pull request over 5 years ago
Generalize bool in the baseoperator.h

github.com/ai-techsystems/deepC - gunjannandy opened this issue over 5 years ago