Skip to content

Commit

Permalink
mdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos committed Nov 27, 2017
1 parent 9429a97 commit 0c86a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/encoders_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import warnings

from tflearn.layers.core import fully_connected, dropout
from tflearn.layers.conv import conv_1d, avg_pool_1d, highway_conv_1d
from tflearn.layers.conv import conv_1d, avg_pool_1d
from tflearn.layers.normalization import batch_normalization
from tflearn.layers.core import fully_connected, dropout

Expand Down
2 changes: 1 addition & 1 deletion src/point_net_ae.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from . autoencoder import AutoEncoder
from . in_out import apply_augmentations

from external.structural_losses import nn_distance, approx_match, match_cost
from .. external.structural_losses import nn_distance, approx_match, match_cost


class PointNetAutoEncoder(AutoEncoder):
Expand Down

0 comments on commit 0c86a9e

Please sign in to comment.