ardeal

Results 38 issues of ardeal

The training algorithms keeps on printing: [05/10/16 - 17:18:51] Reset current_idx and restart, reset times = 148 [05/10/16 - 17:18:51] Current augment parameters, should flip = 1, rotation angle =...

where is the model file? Do you have the updated final version release?

Hi, If I build caffe(https://github.com/BVLC/caffe) on windows 10 64 bit, there is error. Here are my settings: Python 3.6.8 Visual Studio 15 2017 Win64 the following code in the cmake...

If there is one more column for FPS of each network on 2080Ti GPU(or other GPU), the table should be perfect.

Hi, I use the following code to export pth weights to onnx. I encountered unknown error. Do you have any idea about how to export pth to onnx? ```Python import...

Hi, are the following networks implemented in this repo? `The network in the red curve` ![image](https://user-images.githubusercontent.com/6227348/182567379-582aa15f-4fa1-40e7-8aec-f74d837b9d9f.png) In this paper: [A Battle of Network Structures: An Empirical Study of CNN, Transformer,...

enhancement

Hi, I download boost 1.59.0 zip file from: https://github.com/boostorg/boost/releases and tried to build it on Windows 10 with VS 2015. The steps I build the code are: 1) run VS...

transition

Hi, If I create a layer using the following code which works. my question is: key works argument `weight_quant_type` could not be found in the parent class(`QuantLinear, QuantWeightBiasInputOutputLayer, QuantWeightMixin, QuantProxyMixin`)....

Hi, Is softmax supported? how to use it in my python code? Is there any document about sofmax in Brevitas?

Hi, Is there any example code about how to call the training and prediction code of each model? Thanks and Best Regards, Ardeal