-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from FluxML/type-piracy
Remove optimiser type piracy. Make `optimiser` and `builder` "deep" hyper-parmaters
- Loading branch information
Showing
18 changed files
with
488 additions
and
1,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
version: | ||
- '1.3' | ||
- '1.4' | ||
- '1' | ||
- 'nightly' | ||
os: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MLJFlux" | ||
uuid = "094fc8d1-fd35-5302-93ea-dabda2abf845" | ||
authors = ["Anthony D. Blaom <[email protected]>", "Ayush Shridhar <[email protected]>"] | ||
version = "0.1.11" | ||
version = "0.1.12" | ||
|
||
[deps] | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
|
@@ -15,15 +15,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
||
[compat] | ||
CategoricalArrays = "^0.10" | ||
ColorTypes = "^0.10.3, 0.11" | ||
ComputationalResources = "^0.3.2" | ||
Flux = "^0.10.4, ^0.11, 0.12" | ||
LossFunctions = "^0.5, ^0.6" | ||
MLJModelInterface = "^0.4.1, 1" | ||
ProgressMeter = "^1.1" | ||
Tables = "^1.0" | ||
julia = "^1.3" | ||
CategoricalArrays = "0.10" | ||
ColorTypes = "0.10.3, 0.11" | ||
ComputationalResources = "0.3.2" | ||
Flux = "0.10.4, 0.11, 0.12" | ||
LossFunctions = "0.5, 0.6" | ||
MLJModelInterface = "1.1" | ||
ProgressMeter = "1.1" | ||
Tables = "1.0" | ||
julia = "1.6" | ||
|
||
[extras] | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.