Skip to content

PyTorch implementation of Fully Convolutional Residual Networks(FCRN).

License

Notifications You must be signed in to change notification settings

Allchen/FCRN-PyTorch

Repository files navigation

FCRN-PyTorch

PyTorch implementation of Fully Convolutional Residual Networks(FCRN). The paper can be found here

Usage

Training

python train.py --arg=parameter

Args:

--cuda use GPU to train

--batch_size: type:int batch size

--epoch_num type:int number of epoch

--learing_rate type:float Initial learning rate

--load_checkpoint=x type:int Start trainging from epoch x

--load_file=('parameter.pth', 'optimizer.pth') type:tuple Loading parameters from a specific file

About

PyTorch implementation of Fully Convolutional Residual Networks(FCRN).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages