Skip to content

Commit

Permalink
move subsample into modeluitl dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed May 29, 2020
1 parent 4c38e23 commit 314c08c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/model/glove/glove.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/ynqa/wego/pkg/model/modelutil"
"github.com/ynqa/wego/pkg/model/modelutil/matrix"
"github.com/ynqa/wego/pkg/model/modelutil/save"
"github.com/ynqa/wego/pkg/model/subsample"
"github.com/ynqa/wego/pkg/model/modelutil/subsample"
"github.com/ynqa/wego/pkg/verbose"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/model/lexvec/lexvec.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/ynqa/wego/pkg/model/modelutil"
"github.com/ynqa/wego/pkg/model/modelutil/matrix"
"github.com/ynqa/wego/pkg/model/modelutil/save"
"github.com/ynqa/wego/pkg/model/subsample"
"github.com/ynqa/wego/pkg/model/modelutil/subsample"
"github.com/ynqa/wego/pkg/verbose"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/model/word2vec/word2vec.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/ynqa/wego/pkg/model/modelutil"
"github.com/ynqa/wego/pkg/model/modelutil/matrix"
"github.com/ynqa/wego/pkg/model/modelutil/save"
"github.com/ynqa/wego/pkg/model/subsample"
"github.com/ynqa/wego/pkg/model/modelutil/subsample"
"github.com/ynqa/wego/pkg/verbose"
)

Expand Down

0 comments on commit 314c08c

Please sign in to comment.