Transfer Learning for Image Classification — (5) Get Image Data, Ready, and Go
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-5-get-image-data-ready-and-go-554044a12e6d
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-5-get-image-data-ready-and-go-554044a12e6d
Medium
Transfer Learning for Image Classification — (5) Get Image Data, Ready, and Go
Image Classification with Keras
Introduction to linear algebra with python part 7
https://medium.com/@npava55/introduction-to-linear-algebra-with-python-part-7-97a26b1da2e
https://medium.com/@npava55/introduction-to-linear-algebra-with-python-part-7-97a26b1da2e
Medium
Introduction to linear algebra with python part 7
The part 7 contain the chapter 2.4
Transfer Learning for Image Classification — (4) Understand VGG-16 Layer-by-Layer
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-4-understand-vgg-16-layer-by-layer-8a17ab6da498
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-4-understand-vgg-16-layer-by-layer-8a17ab6da498
Medium
Transfer Learning for Image Classification — (4) Understand VGG-16 Layer-by-Layer
I assume some of you will ask me the basic steps, including which platform to train your model. Also, you will need to prepare labeled…
leetcode 2328. Number of Increasing Paths in a Grid(python)
https://juejin.cn/post/7129309179025555463
https://juejin.cn/post/7129309179025555463
juejin.cn
leetcode 2328. Number of Increasing Paths in a Grid(python) - 掘金
这是 Weekly Contest 300 的第四题,难度 Hard ,主要考查的是动态规划找不同的路径
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…