ignore tf on 0.6 for now
This commit is contained in:
parent
79bf44b089
commit
2b0e2c9f97
|
@ -15,5 +15,5 @@ end
|
|||
|
||||
include("batching.jl")
|
||||
include("basic.jl")
|
||||
@tfonly include("backend/tensorflow.jl")
|
||||
@tfonly VERSION < v"0.6-" && include("backend/tensorflow.jl")
|
||||
@mxonly include("backend/mxnet.jl")
|
||||
|
|
Loading…
Reference in New Issue