clovaai / rexnet

Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError

cfzd opened this issue · comments

commented

There is a syntax error in this line:

def extract_features(self, x)

@cfzd Thanks for pointing out the error. I have fixed it.