leetcode 2327. Number of People Aware of a Secret (python)
https://juejin.cn/post/7129309067092164621
https://juejin.cn/post/7129309067092164621
juejin.cn
leetcode 2327. Number of People Aware of a Secret (python) - 掘金
这是 Weekly Contest 300 的第三题,难度 Medium ,主要考查的是对题目的理解和动态规划
Meta Data Engineer Python Technical Interview Questions
https://itskathleenlara.medium.com/meta-data-engineer-python-technical-interview-questions-d5ace993c404
https://itskathleenlara.medium.com/meta-data-engineer-python-technical-interview-questions-d5ace993c404
Medium
Meta Data Engineer Python Technical Interview Questions
If you’re interviewing for Meta as a Data Engineer and you’re looking for close-to-actual or practice questions that can help you prepare…
Python Programming: An Introduction to Computer Science (3rd Edition)
https://medium.com/@satriaadhipradana/python-programming-an-introduction-to-computer-science-3rd-edition-69c7ee5f4b6b
https://medium.com/@satriaadhipradana/python-programming-an-introduction-to-computer-science-3rd-edition-69c7ee5f4b6b
Medium
Python Programming: An Introduction to Computer Science (3rd Edition)
Python Programming: An Introduction to Computer Science (3rd Edition)
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of…
https://medium.com/@satriaadhipradana/learn-python-3-the-hard-way-a-very-simple-introduction-to-the-terrifyingly-beautiful-world-of-8ed6c72b10ff
https://medium.com/@satriaadhipradana/learn-python-3-the-hard-way-a-very-simple-introduction-to-the-terrifyingly-beautiful-world-of-8ed6c72b10ff
Medium
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code
Python Learning Book : Head First Python: A Brain-Friendly Guide
https://medium.com/@satriaadhipradana/python-learning-book-head-first-python-a-brain-friendly-guide-acca8beb84e7
https://medium.com/@satriaadhipradana/python-learning-book-head-first-python-a-brain-friendly-guide-acca8beb84e7
Medium
Python Learning Book : Head First Python: A Brain-Friendly Guide
Python Learning Book : Head First Python: A Brain-Friendly Guide
解決hugging face model GPU resource 佔用問題
https://medium.com/bug-fixed-%E9%81%BA%E7%95%99%E9%9B%86/%E8%A7%A3%E6%B1%BAhugging-face-model-gpu-resource-%E4%BD%94%E7%94%A8%E5%95%8F%E9%A1%8C-4b19c0901aaa
https://medium.com/bug-fixed-%E9%81%BA%E7%95%99%E9%9B%86/%E8%A7%A3%E6%B1%BAhugging-face-model-gpu-resource-%E4%BD%94%E7%94%A8%E5%95%8F%E9%A1%8C-4b19c0901aaa
Medium
解決hugging face model GPU resource 佔用問題
由於工作需要所以同一台電腦要放好幾個需要一直長開的backend, 而因為數量開始多,所以需要程序本身去release model所佔用的GPU,但問題是用hugging face 中的SentenceTransformer並沒有找到相關的function…