Skip to content

Commit 16366df

Browse files
oxinaboxmzgubicniklasschmitzmattBrzezinski
authored
Document about Gradient Accumulation (#287)
* Document about Gradient Accumulation * fix filename * lock the version of julia we build docs on * heading level * Apply suggestions from code review Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com> * Update docs/src/gradient_accumulation.md Co-authored-by: Niklas Schmitz <niklas.f.schmitz@gmail.com> * Update docs/src/gradient_accumulation.md * Apply suggestions from code review Co-authored-by: mattBrzezinski <matt.brzezinski@invenia.ca> Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com> Co-authored-by: Niklas Schmitz <niklas.f.schmitz@gmail.com> Co-authored-by: mattBrzezinski <matt.brzezinski@invenia.ca>
1 parent 8bb7cdb commit 16366df

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v2
8383
- uses: julia-actions/setup-julia@v1
8484
with:
85-
version: '1'
85+
version: '1.5'
8686
- run: |
8787
julia --project=docs -e '
8888
using Pkg

docs/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.5.10"
1313
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
1414
path = ".."
1515
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
16-
version = "0.9.26"
16+
version = "0.9.27"
1717

1818
[[Compat]]
1919
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ makedocs(
3737
"Complex Numbers" => "complex.md",
3838
"Deriving Array Rules" => "arrays.md",
3939
"Debug Mode" => "debug_mode.md",
40+
"Gradient Accumulation" => "gradient_accumulation.md",
4041
"Usage in AD" => [
4142
"Overview" => "autodiff/overview.md",
4243
"Operator Overloading" => "autodiff/operator_overloading.md"

0 commit comments

Comments
 (0)