Releases: ikawaha/waifu2x.go
Releases · ikawaha/waifu2x.go
v1.2.2
What's Changed
float64
$ go test -v ./... -bench . -run ^$
? github.com/ikawaha/waifu2x.go [no test files]
? github.com/ikawaha/waifu2x.go/cmd [no test files]
goos: darwin
goarch: amd64
pkg: github.com/ikawaha/waifu2x.go/engine
cpu: Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz
BenchmarkWaifu
BenchmarkWaifu/Neko
BenchmarkWaifu/Neko-8 1000000000 0.7264 ns/op
BenchmarkWaifu/Neko-alpha
BenchmarkWaifu/Neko-alpha-8 1000000000 0.8472 ns/op
PASS
ok github.com/ikawaha/waifu2x.go/engine 66.352s
float32
$ go test -v ./... -bench . -run ^$
? github.com/ikawaha/waifu2x.go [no test files]
? github.com/ikawaha/waifu2x.go/cmd [no test files]
goos: darwin
goarch: amd64
pkg: github.com/ikawaha/waifu2x.go/engine
cpu: Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz
BenchmarkWaifu
BenchmarkWaifu/Neko
BenchmarkWaifu/Neko-8 1000000000 0.6470 ns/op
BenchmarkWaifu/Neko-alpha
BenchmarkWaifu/Neko-alpha-8 1000000000 0.6131 ns/op
PASS
ok github.com/ikawaha/waifu2x.go/engine 45.159s
Full Changelog: v1.2.0...v1.2.2
Support GIF images
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #20
- Support GIF images by @ikawaha in #21
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Remove unnecessary locks by @ikawaha in #9
- Remove semaphore by @ikawaha in #11
- Create weight vectors (typeW) when the model is loaded by @ikawaha in #12
- Fix the command by @ikawaha in #13
- Cosme by @ikawaha in #14
- Repeat scaling up 2x until the image is expanded to the specified scale by @ikawaha in #15
- Comment out the alpha channel convolution by @ikawaha in #16
- Limit the number of concurrency by @ikawaha in #19
- Release candidate by @ikawaha in #10
Full Changelog: v1.0.1...v1.1.0
Import puhitaku/go-waifu2x
Merge pull request #5 from ikawaha/develop Import puhitaku/go-waifu2x
Initial release
v0.0.1 update