Colorization
Colorization copied to clipboard
训练代码里使用的模型没有使用transfer subnet?
https://github.com/xuzhongyou/Colorization/blob/bcfcdb24fc8ab107d34644d5a63b018f86784e21/train.py#L133这里的模型好像没用到transfer subnet的结构,请问transfer subnet是怎么训练的呢?
https://github.com/xuzhongyou/Colorization/blob/bcfcdb24fc8ab107d34644d5a63b018f86784e21/train.py#L133这里的模型好像没用到transfer subnet的结构,请问transfer subnet是怎么训练的呢?
这里已经不是原始论文的代码了,作者已经在做其他的东西了