# classes **Repository Path**: xiaohui-ai/classes ## Basic Information - **Project Name**: classes - **Description**: 分类任务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2021-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 训练 ##### 杭州 ```shell script conda deactivate conda activate yolact_py38_yolov5 cd /home/admin/PVDefect/PVDefectPlatform/abnormal/ python train.py --epochs 20 --batch-size 64 --model-name squeezenet1_1 python predict.py --source /home/admin/datasets/abnormal/org/NG/ ``` ##### 上海 ```shell script conda activate yolov5_py38_cu102_conda ``` ### tensorboard > https://github.com/lanpa/tensorboardX train.py