Skip to content

Instantly share code, notes, and snippets.

@changtimwu
changtimwu / openvino_quantization_example.md
Last active May 5, 2022 11:38
Using YoloV4 as an example to demostrate the complete procedure of
# Question source: https://tw.news.yahoo.com/%E5%90%B3%E6%B7%A1%E5%A6%82%E6%9B%AC%E5%A5%B3%E5%85%92%E5%9C%8B-%E6%95%B8%E5%AD%B8%E8%80%83%E9%A1%8C-%E9%99%84%E4%B8%AD%E7%88%B8%E7%9C%8B%E5%AE%8C%E4%B8%8D%E6%83%B3%E8%A7%A3%E7%AD%94-%E5%B0%8F%E5%AD%A9%E9%80%A3%E9%A1%8C%E7%9B%AE%E9%83%BD%E7%9C%8B%E4%B8%8D%E6%87%82-050445949.html
from itertools import product
def validate_rule(mp,fp,mn,fn):
return (mp+fp)<(mn+fn) and mp>mn and mn>fn and fp>0
def solution():
for [mp,fp,mn,fn] in product( *[range(0,17)] * 4):
if (mp+fp+mn+fn)!=16: continue
#print(f"{mp} {fp} {mn} {fn}")
@changtimwu
changtimwu / vectorbt_t1.ipynb
Last active March 1, 2022 23:04
vectorbt_t1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@changtimwu
changtimwu / setupqlogic.md
Last active October 25, 2021 01:57
instruction of set QLogic FastLinQ QL45211 to force 25G mode on windows server

based on official qlogic adapter user guide

  • Downloa and install the utility QCScli.
  • find the adapter's PCI ID

image

  • show adapter's info via below command
C:\Program Files\QLogic Corporation\QCSR>QCScli.exe -t phyports -f bdf -i 01:00.00 "bootcfg -t MBA -o show"
#正經八百
def uniqnum( num):
digits=[]
while num>0:
r = num % 10
if r in digits:
return False
digits.append(r)
num = num // 10
return True
@changtimwu
changtimwu / qformd.md
Created July 15, 2021 02:00
Questions about Mobile Drive
  • 鴻海這兩年電動車佈局頗多, 不知道富智捷(Mobile Drive) 與 鴻華(Foxtron) & MIH 聯盟, 之間的關係為何? 有哪些共享或區隔的資源呢?
  • 老師點到的重點項目, 與 MIH 開出來了的職缺很相近, 不知道是不是其實就是同一個單位?
  • Stellantis 投資 Mobile Drive, 一定有不小期望, 好奇是否有被賦予中短期任務, 不管是產品上或財務上.
  • 從 Mobile Drive 形象影片來看, 重點放在 vehicle infotainment 與 app 應用加值, 不知道是否方便列舉幾個已經確定的細部方向與項目?
  • Mobile Drive 公司目前的管理模式為何? 現有組織架構, 鴻海高層如何與Stellantis 共同管理公司?

$$ F=P(1+\frac{i}{n})^{nt} $$

* Vochie -- cloud-based interactive karaoke service
- A social singing platform. Users can sing and share their recreation with others.
- provides extensive streaming APIs for third-party integration. Successeful apps published on AppleTV, Roku platforms. (有連結會更有說服力)
* KaraX(要取個名字) -- Professional Karaoke Machine solution
- First RISC based full-function karaoke machine solution supporting all main stream song formats(MV, MP3/LRC, MID).
- In-house developed high-accurate AV synchronization technology. Multiple media sources including HD video, multi-track audio, user recordings and lyric could be simultaneously played back with little latency.
- Intuitive and user-friendly on-screen UI.
import random, time
from randcrack import RandCrack
import string
random_id_characters = string.ascii_letters + string.digits
random.seed(time.time())
rc = RandCrack()
for i in range(624):
@changtimwu
changtimwu / 5gmecsurvey.md
Last active August 22, 2020 02:08
5G MEC survey

simple illustration

https://zhuanlan.zhihu.com/p/33324744

sumarry

https://www.zhihu.com/question/322228254/answer/667226755

  • 到 2020 年全球连接到网络的设备将达到约 208 亿台,移动端应用将迫切需要一个更有竞争力、可扩展,同时又安全和智能的接入网。而提供网络服务是运营商的主体业务。
  • 所以互联网公司是希望运营商可以提供覆盖全国的丰富边缘计算节点资源,他们可以从中选择部分边缘点弹性的租用/调用MEC服务
  • 务,但是互联网公司对边缘节点的位置及业务量的需求均是高度动态的,运营商很难在这种不确定性中规划MEC的建设规模与规格,MEC的业务利用率也不一定有保证,从而商业收益也存在不确定性,
  • 这种情况下运营商会稳妥起见就会仍然以本地区域性的ICT客户项目为主按需建设部署MEC。