diff --git a/Manifest.toml b/Manifest.toml index 0aa0c42..6bb42c7 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -21,15 +21,15 @@ version = "0.1.7" [[deps.CodecZlib]] deps = ["TranscodingStreams", "Zlib_jll"] -git-tree-sha1 = "02aa26a4cf76381be7f66e020a3eddeb27b0a092" +git-tree-sha1 = "cd67fc487743b2f0fd4380d4cbd3a24660d0eec8" uuid = "944b1d66-785c-5afd-91f1-9de20f533193" -version = "0.7.2" +version = "0.7.3" [[deps.ConcurrentUtilities]] deps = ["Serialization", "Sockets"] -git-tree-sha1 = "5372dbbf8f0bdb8c700db5367132925c0771ef7e" +git-tree-sha1 = "8cfa272e8bdedfa88b6aefbbca7c19f1befac519" uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb" -version = "2.2.1" +version = "2.3.0" [[deps.Dates]] deps = ["Printf"] @@ -68,9 +68,9 @@ uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" [[deps.Franklin]] deps = ["Dates", "DelimitedFiles", "DocStringExtensions", "ExprTools", "FranklinTemplates", "HTTP", "Literate", "LiveServer", "Logging", "Markdown", "NodeJS", "OrderedCollections", "Pkg", "REPL", "Random", "TOML"] -git-tree-sha1 = "a9dd685745912cbe1d8d9c5e3126ab1f885b94ee" +git-tree-sha1 = "31e70717e0640d6576fe04d611a33df1c9c312d6" uuid = "713c75ef-9fc9-4b05-94a9-213340da978e" -version = "0.10.93" +version = "0.10.95" [[deps.FranklinTemplates]] deps = ["LiveServer"] @@ -130,9 +130,9 @@ uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" [[deps.Literate]] deps = ["Base64", "IOCapture", "JSON", "REPL"] -git-tree-sha1 = "ae5703dde29228490f03cbd64c47be8131819485" +git-tree-sha1 = "7cf4b8ca67b6a86a2ad7526bfe514ecd00d944f9" uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -version = "2.15.0" +version = "2.16.0" [[deps.LiveServer]] deps = ["HTTP", "LoggingExtras", "MIMEs", "Pkg", "Sockets", "Test"] @@ -145,9 +145,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" [[deps.LoggingExtras]] deps = ["Dates", "Logging"] -git-tree-sha1 = "0d097476b6c381ab7906460ef1ef1638fbce1d91" +git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075" uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36" -version = "1.0.2" +version = "1.0.3" [[deps.MIMEs]] git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb" @@ -159,10 +159,10 @@ deps = ["Base64"] uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" [[deps.MbedTLS]] -deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "Random", "Sockets"] -git-tree-sha1 = "03a9b9718f5682ecb107ac9f7308991db4ce395b" +deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"] +git-tree-sha1 = "f512dc13e64e96f703fd92ce617755ee6b5adf0f" uuid = "739be429-bea8-5141-9913-cc70e7f3736d" -version = "1.1.7" +version = "1.1.8" [[deps.MbedTLS_jll]] deps = ["Artifacts", "Libdl"] @@ -194,9 +194,9 @@ version = "1.4.1" [[deps.OpenSSL_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl"] -git-tree-sha1 = "ceeda72c9fd6bbebc4f4f598560789145a8b6c4c" +git-tree-sha1 = "cc6e1927ac521b659af340e0ca45828a3ffc748f" uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95" -version = "3.0.11+0" +version = "3.0.12+0" [[deps.OrderedCollections]] git-tree-sha1 = "2e73fe17cac3c62ad1aebe70d44c963c3cfdc3e3" @@ -205,9 +205,9 @@ version = "1.6.2" [[deps.Parsers]] deps = ["Dates", "PrecompileTools", "UUIDs"] -git-tree-sha1 = "716e24b21538abc91f6205fd1d8363f39b442851" +git-tree-sha1 = "a935806434c9d4c506ba941871b327b96d41f2bf" uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" -version = "2.7.2" +version = "2.8.0" [[deps.Pkg]] deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] @@ -268,15 +268,18 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [[deps.TranscodingStreams]] -deps = ["Random", "Test"] -git-tree-sha1 = "9a6ae7ed916312b41236fcef7e0af564ef934769" +git-tree-sha1 = "1fbeaaca45801b4ba17c251dd8603ef24801dd84" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" -version = "0.9.13" +version = "0.10.2" +weakdeps = ["Random", "Test"] + + [deps.TranscodingStreams.extensions] + TestExt = ["Test", "Random"] [[deps.URIs]] -git-tree-sha1 = "b7a5e99f24892b6824a954199a45e9ffcc1c70f0" +git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b" uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" -version = "1.5.0" +version = "1.5.1" [[deps.UUIDs]] deps = ["Random", "SHA"] diff --git a/package-lock.json b/package-lock.json index a904d68..f032591 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "highlight.js": "^11.8.0" + "highlight.js": "^11.9.0" } }, "node_modules/highlight.js": { - "version": "11.8.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", - "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", + "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index e37b17c..c849f52 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "highlight.js": "^11.8.0" + "highlight.js": "^11.9.0" } } diff --git a/sitemap.xml b/sitemap.xml index d992423..3a15350 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,157 +3,157 @@ fluxml.ai/blogposts/2017-12-06-ml-pl/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2019-09-11-simulating-the-motion-of-charges/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/governance/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2019-05-30-JSoC-Cohort/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/getting_started/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/gsod/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2020-06-29-acclerating-flux-torch/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorialposts/2021-10-14-vanilla-gan/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/gsoc/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorials/index.html - 2023-09-30 + 2023-11-11 monthly 0.5 fluxml.ai/tutorialposts/2020-09-15-deep-learning-flux/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorialposts/2020-10-18-transfer-learning/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blog/index.html - 2023-09-30 + 2023-11-11 monthly 0.5 fluxml.ai/models/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2018-12-03-ml-language-compiler/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2017-08-24-generic-gpu/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2019-02-07-what-is-differentiable-programming/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorialposts/2021-01-26-mlp/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2021-12-1-flux-numfocus/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorialposts/2021-02-07-convnet/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2023-06-07-metalhead-v0.8/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2019-03-05-dp-vs-rl/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorialposts/2021-01-21-data-loader/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/blogposts/2020-12-20-Flux3D/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 fluxml.ai/tutorialposts/2021-10-08-dcgan-mnist/index.html - 2023-09-30 + 2023-11-10 monthly 0.5 diff --git a/tutorialposts/2020-09-15-deep-learning-flux/index.html b/tutorialposts/2020-09-15-deep-learning-flux/index.html index 77d5650..bffb154 100644 --- a/tutorialposts/2020-09-15-deep-learning-flux/index.html +++ b/tutorialposts/2020-09-15-deep-learning-flux/index.html @@ -1 +1 @@ - Flux – Elegant ML

Deep Learning with Flux - A 60 Minute Blitz

– Saswat Das, Mike Innes, Andrew Dinhobl, Ygor Canalli, Sudhanshu Agrawal, João Felipe Santos

\ No newline at end of file + Flux – Elegant ML

Deep Learning with Flux - A 60 Minute Blitz

– Saswat Das, Mike Innes, Andrew Dinhobl, Ygor Canalli, Sudhanshu Agrawal, João Felipe Santos

\ No newline at end of file diff --git a/tutorialposts/2020-10-18-transfer-learning/index.html b/tutorialposts/2020-10-18-transfer-learning/index.html index e04e8bd..842c1d2 100644 --- a/tutorialposts/2020-10-18-transfer-learning/index.html +++ b/tutorialposts/2020-10-18-transfer-learning/index.html @@ -1 +1 @@ - Flux – Elegant ML

Transfer Learning with Flux

– Dhairya Gandhi

\ No newline at end of file + Flux – Elegant ML

Transfer Learning with Flux

– Dhairya Gandhi

\ No newline at end of file diff --git a/tutorialposts/2021-01-21-data-loader/index.html b/tutorialposts/2021-01-21-data-loader/index.html index 6c74ff9..2cde9ce 100644 --- a/tutorialposts/2021-01-21-data-loader/index.html +++ b/tutorialposts/2021-01-21-data-loader/index.html @@ -1 +1 @@ - Flux – Elegant ML

Using Flux DataLoader

– Liliana Badillo, Dhairya Gandhi

\ No newline at end of file + Flux – Elegant ML

Using Flux DataLoader

– Liliana Badillo, Dhairya Gandhi

\ No newline at end of file diff --git a/tutorialposts/2021-01-26-mlp/index.html b/tutorialposts/2021-01-26-mlp/index.html index 8c15e77..c6afdca 100644 --- a/tutorialposts/2021-01-26-mlp/index.html +++ b/tutorialposts/2021-01-26-mlp/index.html @@ -1 +1 @@ - Flux – Elegant ML

Simple multi-layer perceptron

– Adarsh Kumar, Mike J Innes, Andrew Dinhobl, Jerry Ling, natema, Zhang Shitian, Liliana Badillo, Dhairya Gandhi

\ No newline at end of file + Flux – Elegant ML

Simple multi-layer perceptron

– Adarsh Kumar, Mike J Innes, Andrew Dinhobl, Jerry Ling, natema, Zhang Shitian, Liliana Badillo, Dhairya Gandhi

\ No newline at end of file diff --git a/tutorialposts/2021-02-07-convnet/index.html b/tutorialposts/2021-02-07-convnet/index.html index d9f274c..2367211 100644 --- a/tutorialposts/2021-02-07-convnet/index.html +++ b/tutorialposts/2021-02-07-convnet/index.html @@ -1 +1 @@ - Flux – Elegant ML

Simple ConvNet

– Elliot Saba, Adarsh Kumar, Mike J Innes, Dhairya Gandhi, Sudhanshu Agrawal, Sambit Kumar Dash, fps.io, Carlo Lucibello, Andrew Dinhobl, Liliana Badillo

\ No newline at end of file + Flux – Elegant ML

Simple ConvNet

– Elliot Saba, Adarsh Kumar, Mike J Innes, Dhairya Gandhi, Sudhanshu Agrawal, Sambit Kumar Dash, fps.io, Carlo Lucibello, Andrew Dinhobl, Liliana Badillo

\ No newline at end of file diff --git a/tutorialposts/2021-10-08-dcgan-mnist/index.html b/tutorialposts/2021-10-08-dcgan-mnist/index.html index b1dfec7..3ea1904 100644 --- a/tutorialposts/2021-10-08-dcgan-mnist/index.html +++ b/tutorialposts/2021-10-08-dcgan-mnist/index.html @@ -1 +1 @@ - Flux – Elegant ML

Deep Convolutional Generative Adversarial Network (DCGAN)

– Deeptendu Santra

\ No newline at end of file + Flux – Elegant ML

Deep Convolutional Generative Adversarial Network (DCGAN)

– Deeptendu Santra

\ No newline at end of file