Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has the cnn module could been run? It's seems that author has gived up this project #45

Open
heartInsert opened this issue Jul 1, 2019 · 2 comments

Comments

@heartInsert
Copy link

No description provided.

@xz1220
Copy link

xz1220 commented Aug 11, 2019

yes, cause:

`
class CNN(SharedModel):
def init(self, args, images):
super(CNN, self).init()

    self.args = args
    self.images = images

    self.w_c, self.w_h = defaultdict(dict), defaultdict(dict)
    self.reset_parameters()

    self.conv = defaultdict(dict)
    for idx in range(args.num_blocks):
        for jdx in range(idx+1, args.num_blocks):
            self.conv[idx][jdx] = conv()

    raise NotImplemented("In progress...")

`

@heartInsert
Copy link
Author

Bad news

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants