From 128536b6f2a8db52b1ee557d3c59038ba3a6567b Mon Sep 17 00:00:00 2001 From: fregu856 Date: Thu, 27 Sep 2018 14:55:11 +0200 Subject: [PATCH] > --- aspp.py | 2 +- deeplabv3.py | 2 +- resnet.py | 2 +- utils.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspp.py b/aspp.py index 6a88f7a..ccb49b8 100644 --- a/aspp.py +++ b/aspp.py @@ -1,4 +1,4 @@ -# camera-ready if everythng works +# camera-ready import torch import torch.nn as nn diff --git a/deeplabv3.py b/deeplabv3.py index 0b33bf7..6efb694 100644 --- a/deeplabv3.py +++ b/deeplabv3.py @@ -1,4 +1,4 @@ -# camera-ready if everything works +# camera-ready import torch import torch.nn as nn diff --git a/resnet.py b/resnet.py index a011609..e15349d 100644 --- a/resnet.py +++ b/resnet.py @@ -1,4 +1,4 @@ -# camera-ready if everything works +# camera-ready # NOTE! OS: output stride, the ratio of input image resolution to final output resolution (OS16: output size is (img_h/16, img_w/16)) (OS8: output size is (img_h/8, img_w/8)) diff --git a/utils.py b/utils.py index be9fac4..b1844c1 100644 --- a/utils.py +++ b/utils.py @@ -1,4 +1,4 @@ -# camera-ready if everything works +# camera-ready import torch import torch.nn as nn