Burness Duan

Results 6 issues of Burness Duan

Hi @aymericdamien I have run this script [logistic regression.py](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/2_BasicModels/logistic_regression.py) But i met a problem "Dst tensor is not initialized". The detail log is here: ``` Epoch: 0001 cost= 29.917553501 Epoch:...

face detection里面的模块,inference的时候耗时太多如下图,单位为秒, 有能提升的建议吗? ![image](https://user-images.githubusercontent.com/3112825/53394466-5ac4a000-39da-11e9-9dfb-b68dd5139241.png)

hi, paddler 根据https://cloud.baidu.com/doc/CCE/GettingStarted.html#.E9.85.8D.E7.BD.AEpaddlecloud 这里的教程,走了一遍,卡在打开域名的地方,一直无法出来页面,具体情况如下: 1. 三个节点; 2. 每个节点上成功挂载bos; 3. 在其中某个节点运行deploy.py 之后,修改本地/etc/hosts 加入对应的dm到该节点的公网ip,一直无法访问。 感觉是web界面没有起来的问题,这里怎么测试比较好?

User

After a certain segment, all subsequent recognized texts are incorrect: ``` from openai import OpenAI client = OpenAI(api_key="cant-be-empty", base_url="http://192.168.31.100:8000/v1/") audio_file = open("../../examples/test_02.mp3", "rb") transcript = client.audio.transcriptions.create( model="Systran/faster-whisper-large-v3", file=audio_file ) print(transcript.text)...

**Describe the bug** **To Reproduce** ``` ../launch.sh moe.py ``` **Expected behavior** A clear and concise description of what you expected to happen. ``` **Stack trace/logs** root@a2f92dc60917:/mnt/flux# ./launch.sh examples/moe.py torchrun --node_rank=0...