forked from FluxML/model-zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
27 lines (26 loc) · 859 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
[compat]
CUDA = "3"
Flux = "0.13"
julia = "1.6"
FileIO = "1"
BSON = "0.3"
DrWatson = "2"
Images = "0.25"
MLDatasets = "0.6"
Parameters = "0.12"
ProgressMeter = "1"
TensorBoardLogger = "0.1"