Compare the sampling speed of distribution functions with tensorflow and torch:
The compared code can be found in pydpm/example/Sampler_Speed_Demo.py
In order to verify the accuracy of the sampler function, comparsions between the distribution of the sampling results and the actual distribution function are implemented. The results are as following
The integral comparsion of sampler results and standard distribution can be found in pydpm/_example/Sampler_Demo.py and Distribution Sampler part.