Skip to content

Commit

Permalink
Update GANet11.py
Browse files Browse the repository at this point in the history
  • Loading branch information
feihuzhang committed Sep 20, 2019
1 parent 4dcff76 commit ca983c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/GANet11.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import torch.nn.functional as F
from torch.autograd import Variable
import numpy as np

nn.AvgPool2d(kernel_size=31, stride=1, padding=15, count_include_pad=False)
class BasicConv(nn.Module):

def __init__(self, in_channels, out_channels, deconv=False, is_3d=False, bn=True, relu=True, **kwargs):
Expand Down

0 comments on commit ca983c7

Please sign in to comment.