Skip to content

Commit

Permalink
rm diffrule
Browse files Browse the repository at this point in the history
This got merged, so we can removed it here.
JuliaDiff/DiffRules.jl#74
  • Loading branch information
cossio committed Dec 11, 2021
1 parent 37e139d commit 700a92d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ version = "0.4.9"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
6 changes: 0 additions & 6 deletions src/RestrictedBoltzmannMachines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ module RestrictedBoltzmannMachines

include("pseudolikelihood.jl")
include("partition.jl")

#=
Here we import ForwardDiff, which must come last.
So let's put this include last.
=#
include("diffrules.jl")
end
22 changes: 0 additions & 22 deletions src/diffrules.jl

This file was deleted.

16 changes: 0 additions & 16 deletions test/diffrules.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using SafeTestsets, Random, Test

@time @safetestset "util" begin include("util.jl") end
@time @safetestset "DiffRules" begin include("diffrules.jl") end
@time @safetestset "onehot" begin include("onehot.jl") end
@time @safetestset "minibatches" begin include("minibatches.jl") end
@time @safetestset "truncnorm" begin include("truncnorm/truncnorm.jl") end
Expand Down

0 comments on commit 700a92d

Please sign in to comment.