This website requires JavaScript.
Explore
Help
Sign In
TastyPancakes
/
Flux.jl
Watch
1
Star
0
Fork
0
You've already forked Flux.jl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b79e536c13
Flux.jl
/
test
/
backend.jl
8 lines
70 B
Julia
Raw
Normal View
History
Unescape
Escape
make tf model running easier
2017-01-25 12:40:56 +00:00
xs
=
rand
(
20
)
basic tensorflow test
2017-01-25 11:33:58 +00:00
d
=
Affine
(
20
,
10
)
dt
=
tf
(
d
)
@test
d
(
xs
)
≈
dt
(
xs
)
Reference in New Issue
Copy Permalink