pytorch_connectomics icon indicating copy to clipboard operation
pytorch_connectomics copied to clipboard

Unsupervised or Semi-supervised learning

Open liyun-lu opened this issue 4 years ago • 2 comments

Hello, how do I set up a configuration file for unsupervised learning?
My settings are as follows: DATASET: IMAGE_NAME: train.tif LABEL_NAME: None AUGMENTOR: ADDITIONAL_TARGETS_NAME: None ADDITIONAL_TARGETS_TYPE: None But there is a bug in the program during runtime. The configuration files you give are all examples of supervised learning. Can you give examples of unsupervised or semi-supervised configuration files? And how to write the configuration file is explained in detail in the official document?

liyun-lu avatar Jun 24 '21 02:06 liyun-lu

hello @liyun-lu, currently the unsupervised and semi-supervised learning functions are under development. we will let you know when they are supported.

zudi-lin avatar Jun 24 '21 02:06 zudi-lin

Hi @liyun-lu, please check our technical report (https://arxiv.org/abs/2112.05754) for the use case of self-training (a type of semi-supervised learning) in Section 5.1. More functionalities will be provided.

zudi-lin avatar Jan 18 '22 06:01 zudi-lin