model-zoo
model-zoo copied to clipboard
Please do not feed the models
replaces pull request (https://github.com/FluxML/model-zoo/pull/363) with updated Project.toml and Manifest.toml as requested by (https://github.com/FluxML/model-zoo/pull/363#issuecomment-1187706682) DataLoader type no longer includes nobs. nobs has been moved to MLUtils (https://github.com/FluxML/model-zoo/pull/362#issuecomment-1186043037) replace: `[@info](https://github.com/info) "Dataset MNIST:...
Initially as I was told, this PR contains the function which fetches the data from the MLDatasets Library, divides them into training and testing set so that it can be...
Reference issue [#340](https://github.com/FluxML/model-zoo/issues/340)
I'll start working on adding literature background to all of the existing models (ref https://github.com/FluxML/model-zoo/issues/312). Then, we can move on to working on creating a standalone site to host all...
Currently, the examples for [ConvMixer](https://github.com/FluxML/model-zoo/blob/dce9dd0d44567ee9dabccba9b92b931298b462ce/vision/convmixer_cifar10/convmixer.jl#L6) and [VGG](https://github.com/FluxML/model-zoo/blob/dce9dd0d44567ee9dabccba9b92b931298b462ce/vision/vgg_cifar10/vgg_cifar10.jl#L39) have the code for the models written inside them. Since Metalhead has cleaner versions of these models, would it make sense to replace...
In the 60 minute blitz tutorial, [we use a sequence of stacked Dense layers, each with no activation function](https://github.com/FluxML/model-zoo/blob/52a7b8923ef7f0313b6e38765536166ae1ef7961/tutorials/60-minute-blitz/60-minute-blitz.jl#L333-L335). This doesn't make much sense, as multiple linear operators can always...
Hello everyone! I recently completed to work on a tutorial regarding the implementation of AlexNet on Cifar10. There is a minor difference with the "real" implementation due to the dimension...
Zygote
Hello! I :heart: Flux but the model zoo is a "bit" unstructured. Here is the first step towards making it a bit better. **No code changes.** Just adding notebooks as...
Adding a customized ( low level ) but super easy to use and understand model for the beginner friendly "Titanic Dataset", which can Machine Learining beginers to get started with...