Santosh Patapati
Santosh Patapati
I am interested in using this to make my profile ReadMe.md more appealing. However, the songs which I listen to often have explicit language in the titles, which would obviously...
Having some sort of progression shown during model compilation steps would be a huge help. I'm currently trying to compile a large lleaves model, but it takes a really long...
From version 4.0.0, treelite deprecated many functions and moved them to the `tl2cgen` package. This has resulted in fatal errors in benchmark.py, which I have fixed by replacing the affected...
Allowing the user to customize the opacity of the ML visualization. They may choose to assign opacity by index via a list, or assign a single opacity value to all...
Code to reproduce: ```import visualkeras from keras import Sequential from keras.layers import Dense, LSTM, Dropout, BatchNormalization # Make sample sequential model. One input layer, one dense layer, one output layer...
Added `FloatingBaseVelocityLimit` to address issue #126. I basically introduce a way to cap how fast the floating base of a robot can move. I added a limit object that converts...