issues
search
ai-techsystems
/
deepC
vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers
https://cainvas.ai-tech.systems/
Apache License 2.0
558
stars
86
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Error with mnist example
#146
rajasrijan
opened
1 year ago
1
Error: building deepC inside docker container
#145
wonjaegang
opened
2 years ago
2
SyntaxError: invalid syntax: "def compilerWrapper;"
#144
thetemplar
opened
2 years ago
0
Error while compiling the model
#143
WaterBoiledPizza
opened
2 years ago
1
The tflite model converted by TensorflowLite converter is .
#142
gordonzhou-git
opened
2 years ago
1
Cleanup
#141
justinormont
opened
3 years ago
0
Failed compiling a simple 2 layer NN model
#140
Reza219
closed
3 years ago
1
AttributeError: 'floatTensor' object has no attribute 'sum'
#139
handyzeng
opened
3 years ago
2
Comparison TensorFlow Lite
#138
jonalm
closed
3 years ago
5
How to embed the weights into the library?
#137
monkbai
opened
3 years ago
3
ModuleNotFoundError: No module named '_dnnc'
#135
mohaimenz
opened
4 years ago
9
Added test for ceil and and functions
#134
AyishaR
closed
4 years ago
0
Wrote tests for Cos and Cosh operator and updated Readme and passingtests.txt
#133
Ashish-Arya-CS
closed
3 years ago
2
A complete working example from Converting a pytorch model to .cpp to deploy it on Arduino
#132
mohaimenz
closed
4 years ago
15
ONNX model exported from PyTorch is incorrect for onnx-cpp
#131
thibnoel
closed
4 years ago
5
LSTM operator forward and backward pass completed
#130
Aalawani686
closed
4 years ago
0
LSTM testing in progress
#129
Aalawani686
closed
4 years ago
0
Tensor 2D slices editted and 3D slices completed
#128
Aalawani686
closed
4 years ago
0
Added ReduceL1 and ReduceL2 operators with associated tests and removed .DS_Store files
#127
Aalawani686
closed
4 years ago
0
Created ReduceL1 and L2 operators with associated Test files
#126
Aalawani686
closed
4 years ago
1
Node id's including slashes cause "no such file or directory" error
#125
robinvanemden
opened
4 years ago
1
Make TEST fails swig tests
#124
robinvanemden
opened
4 years ago
2
Fix entry point directory
#123
robinvanemden
closed
4 years ago
0
Change dir "scripts" into "compiler" in setup.py
#122
robinvanemden
closed
4 years ago
0
"Operator not supported" for implemented operations
#121
robinvanemden
closed
4 years ago
5
Uint8 quantisized model throws "struct.error"
#120
robinvanemden
opened
4 years ago
4
compile-onnx feature does not accomodate variable size input
#119
SRavit1
opened
4 years ago
3
Added custom logger macro, removed spdlog dependency
#118
gunjannandy
closed
4 years ago
1
deleted symlinks
#117
gunjannandy
closed
4 years ago
0
Fixed logger, fixed swig test bugs
#116
gunjannandy
closed
4 years ago
0
Added logger, initial stage
#115
gunjannandy
closed
4 years ago
0
Fixed travis issue, with numpy prev version
#114
gunjannandy
closed
4 years ago
0
explore deepC installation in micropython
#113
srohit0
opened
4 years ago
0
nn operators now has scalar support with unittests
#112
gunjannandy
closed
4 years ago
0
confirm use of auto-vectorizer in operators
#111
srohit0
opened
4 years ago
0
Use Google Cloud CI/CD
#110
gunjannandy
opened
4 years ago
0
clang++ version restricton
#109
gunjannandy
opened
4 years ago
0
fixed setslice and getslice, added unittests, updated readme
#108
gunjannandy
closed
4 years ago
0
arm64 architecture support is pending!
#107
gunjannandy
closed
4 years ago
0
Added 5 cpu architecture support in travis
#106
gunjannandy
closed
4 years ago
0
operator Conv is crashing likely because of invalid memory read.
#105
srohit0
opened
4 years ago
0
implemented SetSlice.h and __setitem__
#104
gunjannandy
closed
4 years ago
0
Final fix for Slice.h and getitem, which now works just like numpy
#103
gunjannandy
closed
4 years ago
0
Added negative index support, negative STEP support remaining
#102
gunjannandy
closed
4 years ago
0
Added __iter__, fixed #98
#101
gunjannandy
closed
4 years ago
0
Slice.h can't take negative step value
#100
gunjannandy
closed
4 years ago
1
Implemented magic methods like __(getitem,int,bool,float)__
#99
gunjannandy
closed
5 years ago
0
(list)tensor and (tuple)tensor are not working
#98
gunjannandy
closed
4 years ago
0
dc.slice operator is not compatible with numpy
#97
srohit0
closed
5 years ago
0
Fixed Mod operator test
#96
k4rth33k
closed
5 years ago
1
Next