Skip to content

Commit

Permalink
fixing error
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Sep 9, 2024
1 parent 80946d7 commit 96d6f1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ MLJFlux = "0.2, 0.3, 0.4.0"
MLJModelInterface = "1.8"
MLUtils = "0.4"
ProgressMeter = "1.7"
Random = "1.6, 1.10"
Random = "1.10"
Reexport = "1.2.2"
StatsBase = "0.33, 0.34"
Tables = "1.10"
TaijaBase = "1.1.0"
Test = "1.6, 1.10"
Test = "1.10"
Zygote = "0.6"
julia = "1.6, 1.10"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion src/model.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using ChainRulesCore
using Flux
using Flux.Losses: logitcrossentropy
using TaijaBase.Samplers: ImproperSGLD
using EnergySamplers: ImproperSGLD

struct JointEnergyModel
chain::Chain
Expand Down

0 comments on commit 96d6f1e

Please sign in to comment.