博客
-
我是怎么让模型自己训练自己的
在 GPU 集群上跑实验,大部分时间在等。提交 job、等几个小时、看结果、改参数、再提交。整个循环是纯手动的,凌晨三点盯着 squeue 尤其难受。
-
Hachimi Reinstall
我在服务器上跑着一个叫 Hachimi 的 AI 助手——基于 OpenClaw 平台,
-
Ai Controls My Mac
OpenClaw 是一个开源的 AI 编排平台,
-
设计模式-工厂模式
在写代码时,我们常常会碰到这样的情景:
-
设计模式-单例模式
在写代码时,我们也许会碰到这些情景:
-
MySQL 致命错误
今天遇到了一个MySQL有关的错误,记录一下。
-
Google Android TodoList MVVM Architecture Analysis
这几天打算写个android程序,但建好项目之后油然而生的无从下手感,让我意识到,作为一名追求程序极致美学的搬砖人民,还是先摸清楚目前主流的android程序结构再下手吧。
-
透明状态栏实现过程中遇到的问题
```xml
-
Notes for: IterDet: Iterative Scheme for Object Detection in Crowded Environments
在这项工作中,我们开发了一种替代的迭代方案,其中在每次迭代中都检测到一个新的对象子集。来自先前迭代的检测到的框在接下来的迭代中传递到网络,以确保不会两次检测到同一对象。只需对训练和推理过程进行较小的修改,就可以将这种迭代方案应用于一级和二级对象检测器。
-
Notes for: A Simple Semi-Supervised Learning Framework for Object Detection
STAC:
-
Postalk - Android Note App
This project is a web application based on Spring Boot, Mybatis, Druid, and MySQL. Its function is posting + chat. This article will record the development...
-
Spring Boot Notes
| | @ConfigurationProperties | @Value |
-
Spring MVC
- 表现层
-
Spring Notes (4) - Transaction Management
Transaction: https://segmentfault.com/a/1190000013341344
-
Spring Notes (3) - AOP
AOP: Aspect Oriented Programming
-
Spring Notes (2) - Annotation-based IOC Configuration
First, you need to scan the packages.
-
Spring Notes (1)
For decoupling!
-
Maven 项目目录管理
最近在尝试用 Maven 写项目,但奈何功夫不到家,刚开始就被 Maven 项目的目录安排给难住了。
-
项目命名宝典
如何给项目命名?想必各位 coder 都常为此苦恼不已。这里我稍微整理了一下几个比较规范的命名规则,主要还是自己看啦!
-
Mybatis Notes
Finally, I finished the month-long DDL battle and picked up my old love again.
-
ModuleNotFoundError Solutions
今天碰到一件十分奇怪的的事情。当我尝试着使用mmdetection的工具包时
-
「解决」anaconda下cl.exe缺失的报错
今天很崩溃,为了配置mmdetection所需的环境,我真可谓是煞费苦心。这里记录一个让我止步不前的报错。
-
Jupyter + PyCharm + Anaconda Setup Issues
今天突然发现,Pycharm里原来也可以集成Jupyter!
-
Deep Learning Journal - Convolutional Neural Network Implementation
Firstly, we need to implement a function called Zero Padding, the code is as below.
-
Housing Auto Pricing (Part 3) - Neural Network
Data scraping and preprocessing are done. Now, I'll use a simple BP neural network to fit the data. I'm using TensorFlow 2.1.0.
-
Housing Auto Pricing (Part 2) - Data Preprocessing
This column clearly has duplicate data with " square meters" at the end and the house_area column. We need to remove the " square meters" text.
-
Housing Auto Pricing (Part 1)
在Data Mining之前肯定需要做一个数据集,不同于以往,这次我打算用scrapy框架来爬取房地产网站的有关数据。
-
Binary Tree Traversal - Pre-order, In-order, and Post-order
To talk about the three traversal methods, we must first understand binary trees. Here's the definition:
没有找到这个标签的文章。