Pinned Loading
-
-
-
vision
vision PublicForked from pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
Python
-
Example of Multiprocessing in Python...
Example of Multiprocessing in Python - Pi computation 1- The example code below shows an example of how to use `multiprocessing pool` for parallel computation with multiple processes (not threads) to compute the approximate value of Pi.
2- The algorithm explanation : TODO
3- For parallel computation, processes are launched with multiprocessing Pool with number of processes equals available processors. The computation space (x-axis) is also divided into number of processes.
4- Each process runs sum_partial function with end points of subregion and the number of space divisions inside the subregion. Then, multiprocessing pool's apply_async() allows parallel computation of partial sums.
5 -
15-minute-apps
15-minute-apps PublicForked from pythonguis/pythonguis-examples
15 minute (small) desktop apps built with PyQt
Python
-
Hands-On-Restful-Web-services-with-Go
Hands-On-Restful-Web-services-with-Go PublicForked from PacktPublishing/Hands-On-Restful-Web-services-with-Go
Hands-On Restful Web services with Go by Packt Publishing
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.