Skip to content

Commit

Permalink
code initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Zhao committed Dec 14, 2020
1 parent 7fea83a commit 7f27c90
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sklearn.neighbors import KDTree, NearestNeighbors
import config as cfg
import evaluate
import loss.pointnetvlad_loss as PNV_loss
import loss.loss as PNV_loss
# import models.PointNetVlad as PNV
import models.NDTNetVlad as PNV
import torch.nn as nn
Expand Down

0 comments on commit 7f27c90

Please sign in to comment.