Li Shuliang

Results 4 issues of Li Shuliang

curl -XGET http://127.0.0.1:9001/pic/image_feature/900000001 结果: ``` {"_index":"pic","_type":"image_feature","_id":"900000001","found":true,"_source":{"deep_hash":{"feature":[0.83616316,-0.9933705,-0.9942277,0.21847107,-0.7634578,0.8553607,0.90028656,-0.93573403,0.8477844,-0.96650815,0.028769929,0.8590253,-0.88501954,-0.9853836,0.55444074,-0.98746264,0.2633542,0.18201096,0.2070326,0.69887483,-0.9089098,0.2518977,-0.74349535,0.38741663,0.26365912,0.8185142,0.5566827,-0.9254442,0.7032999,-0.8786081,0.17323853,-0.84200877,0.33186194,0.8274094,-0.98637635,0.644413,-0.6390955,0.9819765,-0.40513104,0.88137496,-0.97051466,0.90383935,-0.6678932,-0.8426324,-0.8445902,0.09327316,0.79289633,-0.8620727,-0.84878516,0.4339843,-0.98232275,0.5570779,-0.8648949,0.3567348,-0.591556,-0.89570373,0.35117587,0.40190575,-0.77799875,0.961646,-0.06611407,0.9868276,0.30272698,-0.9347943],"source":""},"id":900000001}} ``` curl -H "content-type: application/json" -XPOST -d' { "query": { "sum": [{ "field": "deep_hash", "min_score": 0.0, "max_score":1000.0, "boost": 1.0, "feature": [0.83616316,-0.9933705,-0.9942277,0.21847107,-0.7634578,0.8553607,0.90028656,-0.93573403,0.8477844,-0.96650815,0.028769929,0.8590253,-0.88501954,-0.9853836,0.55444074,-0.98746264,0.2633542,0.18201096,0.2070326,0.69887483,-0.9089098,0.2518977,-0.74349535,0.38741663,0.26365912,0.8185142,0.5566827,-0.9254442,0.7032999,-0.8786081,0.17323853,-0.84200877,0.33186194,0.8274094,-0.98637635,0.644413,-0.6390955,0.9819765,-0.40513104,0.88137496,-0.97051466,0.90383935,-0.6678932,-0.8426324,-0.8445902,0.09327316,0.79289633,-0.8620727,-0.84878516,0.4339843,-0.98232275,0.5570779,-0.8648949,0.3567348,-0.591556,-0.89570373,0.35117587,0.40190575,-0.77799875,0.961646,-0.06611407,0.9868276,0.30272698,-0.9347943] }], "filter":[] },...

in the export.py file, in the version1_export and version2_export function, have these codes ``` # first write out the header. the header will be 256 bytes # 1) write magic,...

### 版本信息 ``` 操作系统: ubuntu20.04 rancher: v2.5.2 k8s: v1.18.20 kubeflow-chart: kubeflow-1.5.1 ``` ### 报错 ``` dashboard no namespace show ``` #### request ``` GET http://192.168.136.128:8080/api/workgroup/exists 403 (Forbidden) vendor.bundle.js:765 ``` ####...

I was learn the flash-attention v1, i have some confuse of the Eq (2) in the `B.1 Memory-efficient forward pass`. there has a explain of the matrix: We have that...