Skip to content

Commit

Permalink
nit fix index.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 16, 2025
1 parent c4f4eb6 commit 8bd3926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Furnace uses [the incredible F# programming language](https://dot.net/fsharp) fo
All documentation pages in this website are interactive notebooks which you can execute directly in your browser without installing anything in your local machine.
Using the [![Binder](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fsprojects/Furnace/blob/gh-pages/{{fsdocs-source-basename}}.ipynb) button on the top of each page, you can execute the page as an interactive notebook running on cloud servers provided by [Google Colab](https://colab.research.google.com/).
Using the [![Binder](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fsprojects/Furnace/blob/gh-pages/{{fsdocs-source-basename}}.ipynb) on the top of each page, you can execute the page as an interactive notebook running on cloud servers provided by [Google Colab](https://colab.research.google.com/).
Using the buttons [![Script](img/badge-script.svg)]({{fsdocs-source-basename}}.fsx)
[![Script](img/badge-notebook.svg)]({{fsdocs-source-basename}}.ipynb) you can also download a page as a script or an interactive notebook, which you can execute locally in [Jupyter](https://jupyter.org/) or [Visual Studio Code](https://code.visualstudio.com/) using [dotnet interactive](https://github.com/dotnet/interactive).
Expand Down Expand Up @@ -181,7 +181,6 @@ for epoch = 1 to epochs do
let validLoss =
validLoader.epoch()
|> Seq.sumBy (fun (_, x, _) -> model.loss(x, normalize=false))
s
print $"Validation loss: {validLoss/validSet.length}"

(**
Expand Down

0 comments on commit 8bd3926

Please sign in to comment.