Skip to content

Commit

Permalink
Delete Deeppipe.compile/0
Browse files Browse the repository at this point in the history
  • Loading branch information
sasagawa888 committed May 18, 2020
1 parent f9e7b33 commit a44678f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/cumatrix.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule Cumatrix do
@moduledoc """
Calculate matrix or tensor using CUDA and CUBLAS library.
Caution, each element of matrix must be float number.
tensor data structure is 4-dimensions tensor (N,C,H,W) or 3-dimension tensor (C,H,W)
Expand Down
5 changes: 0 additions & 5 deletions lib/deeppipe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -663,11 +663,6 @@ defmodule Deeppipe do
:ok
end

def compile() do
Mix.shell().cmd("make")
:ok
end

@doc """
numerical_gradient(ts,network,train)
numerical gradient for debug
Expand Down
1 change: 1 addition & 0 deletions lib/macro.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ defmodule Network do

@moduledoc """
defnetwork is macros to describe network
argument must have under bar to avoid warning message
```
Expand Down

0 comments on commit a44678f

Please sign in to comment.