Squeeze-and-Excitation Networks (SENet)
[time=CVPR 2018]
[name=Beijing Momenta Technology Co. Ltd.]
[name=Jie Hu, Li Shen, Samuel Albanie, Gang Sun, Enhua Wu]
https://bit.ly/mpc_330
first place in ILSVRC 2017 classification challenge
AilurusUmbra changed 5 years agoSlide mode Like Bookmark
---
tags: C
---
# C Supplements

## bitwise shift operator
https://docs.microsoft.com/zh-tw/cpp/c-language/bitwise-shift-operators?view=vs-2019
* 重點(?)

## sort ref. (考試會附)
> qsort() is in <stdlib.h>
>
> Prototype:
>
> `void qsort (void* base, size_t num, size_t size, int (*compar)(const void*,const void*));`
>
> the last parameter is a function pointer that return int type.
* sort struct by qsort()
* 這篇裡面有講 qsor
AilurusUmbra changed 5 years agoView mode Like Bookmark