Here’s a function with an idiom I’ve seen a lot (probably copied from sentence-transformers): (more…)
Read more »
In posix multi thread program, the main thread will soon exit when doesn't call pthread_join function at new started thread. Whether we must do like this?
No, we can let new started thread going on... (more…)
Read more »
simple-httpd - Simple HTTP server replacement for Python SimpleHTTPServer and provides automatic TLS via Let's Encrypt over HTTP2. (more…)
Read more »
Curated list of Python resources for data science. - GitHub - r0f1/datascience: Curated list of Python resources for data science. (more…)
Read more »
Github Actions is an API for cause and effect on GitHub, which became generally available on November 13, 2019. Actions lets you trigger a workflow in response to a number of different events. While I believe it is most commonly used for CI/CD pipelines, ... (more…)
Read more »