Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Herrykite authored Dec 18, 2020
1 parent 72b1f44 commit 5d6a197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modeling/cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
import sys

sys.path.insert(0, '../../')
import os
from collections import OrderedDict
from torch import nn
from ConvNet.config.defaults import get_cfg_defaults

cfg = get_cfg_defaults()
cfg.merge_from_file(cfg.MODEL.CONFIG + os.listdir(cfg.MODEL.CONFIG)[-1])


class PCAnet(nn.Module):
Expand Down

0 comments on commit 5d6a197

Please sign in to comment.