Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
dougsm committed Aug 5, 2019
1 parent a748338 commit ad48bc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
3 changes: 0 additions & 3 deletions models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ def get_network(network_name):
elif network_name == 'ggcnn2':
from .ggcnn2 import GGCNN2
return GGCNN2
elif network_name == 'resnet7':
from .ggcnn_resnet import ResNet
return ResNet
else:
raise NotImplementedError('Network {} is not implemented'.format(network_name))
80 changes: 0 additions & 80 deletions models/ggcnn_resnet.py

This file was deleted.

0 comments on commit ad48bc5

Please sign in to comment.