List of references and online resources related to data science, machine learning and deep learning.
431
902 commits
updated Jul 21, 2026
List of references and online resources related to data science, machine learning and deep learning.
optimum for ~3x latency improvements (https://www.philschmid.de/static-quantization-optimum)(https://github.com/philschmid/optimum-static-quantization)Module.children() vs Module.modules() (https://discuss.pytorch.org/t/module-children-vs-module-modules/4551)AdaptiveConcatPool2d layer? (https://forums.fast.ai/t/what-is-the-distinct-usage-of-the-adaptiveconcatpool2d-layer/7600)x.data (https://stackoverflow.com/questions/51743214/is-data-still-useful-in-pytorch)model.eval() vs with torch.no_grad() (https://discuss.pytorch.org/t/model-eval-vs-with-torch-no-grad/19615)stack() vs. cat() (https://stackoverflow.com/questions/54307225/whats-the-difference-between-torch-stack-and-torch-cat-functions/54307331)register_buffer and register_parameter of nn.Module (https://discuss.pytorch.org/t/what-is-the-difference-between-register-buffer-and-register-parameter-of-nn-module/32723) (https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module.register_buffer)Model.named_parameters() will lose some layer modules (https://discuss.pytorch.org/t/model-named-parameters-will-lose-some-layer-modules/14588)model.parameters(), model.named_parameters(), model.state_dict() (https://blog.csdn.net/qq_36429555/article/details/118609604)tensor_parallel - much faster than huggingface's device_map and lightweight than vLLM? (https://github.com/BlackSamorez/tensor_parallel)901 commits
1 commits
List of references and online resources related to data science, machine learning and deep learning.
431
902 commits
updated Jul 21, 2026
List of references and online resources related to data science, machine learning and deep learning.
optimum for ~3x latency improvements (https://www.philschmid.de/static-quantization-optimum)(https://github.com/philschmid/optimum-static-quantization)Module.children() vs Module.modules() (https://discuss.pytorch.org/t/module-children-vs-module-modules/4551)AdaptiveConcatPool2d layer? (https://forums.fast.ai/t/what-is-the-distinct-usage-of-the-adaptiveconcatpool2d-layer/7600)x.data (https://stackoverflow.com/questions/51743214/is-data-still-useful-in-pytorch)model.eval() vs with torch.no_grad() (https://discuss.pytorch.org/t/model-eval-vs-with-torch-no-grad/19615)stack() vs. cat() (https://stackoverflow.com/questions/54307225/whats-the-difference-between-torch-stack-and-torch-cat-functions/54307331)register_buffer and register_parameter of nn.Module (https://discuss.pytorch.org/t/what-is-the-difference-between-register-buffer-and-register-parameter-of-nn-module/32723) (https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module.register_buffer)Model.named_parameters() will lose some layer modules (https://discuss.pytorch.org/t/model-named-parameters-will-lose-some-layer-modules/14588)model.parameters(), model.named_parameters(), model.state_dict() (https://blog.csdn.net/qq_36429555/article/details/118609604)tensor_parallel - much faster than huggingface's device_map and lightweight than vLLM? (https://github.com/BlackSamorez/tensor_parallel)901 commits
1 commits