AdaptationSeg icon indicating copy to clipboard operation
AdaptationSeg copied to clipboard

Source only (baseline) training

Open alphjheon opened this issue 5 years ago • 1 comments

Is the code for source-only training available?

alphjheon avatar Mar 12 '19 16:03 alphjheon

It is not yet available on Github. However, it should be very straight forward to write your own source-train code by modifying train_val_FCN_DA.py. You only need to modify the myGenerator to remove make it yield source data only.

YangZhang4065 avatar May 10 '19 02:05 YangZhang4065