Skip to content

Commit 7c64315

Browse files
committed
Get ready for move to FluxML
1 parent 1bc88a6 commit 7c64315

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased] - 2020-03-08 – now
8+
9+
### Added
10+
- `plotlrfind` to visualize results of `LRFinderPhase`
11+
12+
### Changed
13+
- Documentation notebooks to reflect changes in API

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Peter Wolf, Julia Community
3+
Copyright (c) 2020 Peter Wolf, Lorenz Ohly, Julia Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ learner = methodlearner(method, data, Models.xresnet18(), ToGPU(), Metrics(accur
1414
fitonecycle!(learner, 5)
1515
```
1616

17-
Please read [the documentation](https://lorenzoh.github.io/FastAI.jl/dev) for more information and see the [setup instructions](docs/setup.md)
17+
Please read [the documentation](https://fluxml.github.io/FastAI.jl/dev) for more information and see the [setup instructions](docs/setup.md)

0 commit comments

Comments
 (0)