YUANZHANG HU
YUANZHANG HU
``` var pc = new RTCPeerConnection(options); pc.ondatachannel = function(event) { var channel = event.channel; channel.onopen = function(event) { channel.send('Hi back!');// after this point, we close offer side software, and...
``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/home/yhu/workspace/xxxxx/node_modules/electron/dist/electron --inspect=5858 /'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f0811b56f49 in node_webrtc::RTCDataChannel::CleanupInternals() ()...
`In CIFAR10_labeled class, we have: self.data = transpose(normalise(self.data)) inside the __init__(), ` while we do transform for each item in `__get_item__()` Which means we do normalization first, then when we...
First of all, thanks for the source code of reinforcement learning on stock trading, it was really helpful! From your env setup, i found that commission was not considered, and...
Refer to crash issue: https://github.com/node-webrtc/node-webrtc/issues/576
Precompiled binary DOESN'T work: ./curl_chrome110 'https://chat.openai.com/backend-anon/sentinel/chat-requirements' \ -H 'authority: chat.openai.com' \ -H 'accept: */*' \ -H 'content-type: application/json' \ -H 'oai-device-id: 010cc524-3fa8-443e-96b3-228f0bb5ad68' \ --data-raw '{}' \ --compressed But docker version...