Skip to content

Commit

Permalink
Fix URL case issues
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 16, 2025
1 parent a26340f commit 6b18fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here we cover some key tasks involved in a typical machine learning pipeline and
Furnace provides the `cref:T:Furnace.Data.Dataset` type that represents a data source and the `cref:T:Furnace.Data.DataLoader` type that handles the loading of data from datasets and iterating over [minibatches](https://en.wikipedia.org/wiki/Stochastic_gradient_descent#Iterative_method) of data.
See the [Furnace.Data](/reference/Furnace-data.html) namespace for the full API reference.
See the [Furnace.Data](/Furnace/reference/furnace-data.html) namespace for the full API reference.
### Datasets
Expand Down Expand Up @@ -108,7 +108,7 @@ Many machine learning models are differentiable functions whose parameters can b
Furnace provides the most commonly used model building blocks including convolutions, transposed convolutions, batch normalization, dropout, recurrent and other architectures.
See the [Furnace.Model](/reference/Furnace-model.html) namespace for the full API reference.
See the [Furnace.Model](/Furnace/reference/furnace-model.html) namespace for the full API reference.
### Constructing models, PyTorch style
Expand Down

0 comments on commit 6b18fc6

Please sign in to comment.