bruce1408

Results 11 issues of bruce1408

update forks

in alexnet.py file, the last layer is fc8 ,and return fc8 as result , in main_alexlet.py , return alexnet.py result , ``` in line 107: fc8 = alexnet(x, keep_prob, num_classes)...

merge update request

## env - GPU 2080ti - ubuntu 16.04 - python 3.6 - pytorch 1.5.0 ## errors when i use yolo-v2 to train the voc dataset, and set the parameters as...

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa1 in position 1: invalid start byte

I use aimet to quantize resnet18, the following files will be exported: ![image](https://github.com/quic/aimet/assets/22500511/291bd029-45ef-45af-b4c0-f7a74253366f) now, how to convert the quantized result into a bin file; ``` /opt/qti-aic/exec/qaic-exec xxx ```

What is the calculation amount and parameter amount of the BEVDepth model?

```c++ /usr/bin/ld: cannot find -lopenvx /usr/bin/ld: cannot find -lvxu collect2: error: ld returned 1 exit status exercise1/CMakeFiles/exercise1.dir/build.make:109: recipe for target 'exercise1/exercise1' failed make[2]: *** [exercise1/exercise1] Error 1 CMakeFiles/Makefile2:85: recipe for...

when i run the code, there is error :RuntimeError: CUDA error: invalid device ordinal

请问 snpe 作为后端的话,支持per_channel 量化吗?如果不支持,是否后续有计划支持per_channel量化的计划