learning to self train:学习自我训练的半监督少拍 源码
学习自我训练的半监督少拍分类 该存储库包含论文的TensorFlow实现 。 检查。 概括 安装 为了运行此存储库,我们建议您将Python 2.7或3.5和TensorFlow 1.3.0与Anaconda一起安装。 您可以下载Anaconda并在其官方网站上阅读安装说明: : 创建一个新环境并在其上安装tensorflow: conda create --name lst-tf python=2.7 conda activate lst-tf conda install tensorflow-gpu=1.3.0 安装其他要求: pip install scipy tqdm opencv-python pillow matplotlib 克隆此存储库: git clone https://github.com/xinzheli1217/learning-to-sel
文件列表
learning-to-self-train-master.zip
(预估有个31文件)
learning-to-self-train-master
utils
misc.py
12KB
__init__.py
1B
models
meta_model_LST.py
36KB
__init__.py
1B
models.py
9KB
pretrain_weights_dir
.gitignore
1B
暂无评论