Skip to content

Commit

Permalink
πŸ‘¨β€πŸ”§ Fix small error
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed Aug 5, 2024
1 parent d1e65c0 commit af91ee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MLJFlux.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module MLJFlux

export CUDALibs, CPU1

import Flux
using MLJModelInterface
using MLJModelInterface.ScientificTypesBase
using ScientificTypes: schema, Finite
Expand All @@ -13,6 +13,8 @@ using Statistics
using ColorTypes
using ComputationalResources
using Random
import Metalhead
import Optimisers

include("utilities.jl")
const MMI = MLJModelInterface
Expand Down

0 comments on commit af91ee9

Please sign in to comment.