-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #571 from LuxDL/ap/stable_docs
Try fixing the hydration error
- Loading branch information
Showing
7 changed files
with
33 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
849ec40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
849ec40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/104284
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
849ec40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark Results
Dense(2 => 2)/cpu/forward/NamedTuple/(2, 128)
2001.7
ns1999.7
ns1.00
Dense(2 => 2)/cpu/forward/ComponentArray/(2, 128)
1590.4709677419355
ns1566.2631578947369
ns1.02
Dense(20 => 20)/cpu/forward/NamedTuple/(20, 128)
4869.142857142857
ns4977.857142857143
ns0.98
Dense(20 => 20)/cpu/forward/ComponentArray/(20, 128)
4718.857142857143
ns4790.285714285715
ns0.99
Conv((3, 3), 3 => 3)/cpu/forward/NamedTuple/(64, 64, 3, 128)
10357033
ns10265756
ns1.01
Conv((3, 3), 3 => 3)/cpu/forward/ComponentArray/(64, 64, 3, 128)
10383988.5
ns10274883
ns1.01
vgg16/cpu/forward/NamedTuple/(32, 32, 3, 1)
22706894
ns22632895
ns1.00
vgg16/cpu/forward/NamedTuple/(32, 32, 3, 16)
251415835
ns245920571.5
ns1.02
vgg16/cpu/forward/NamedTuple/(32, 32, 3, 64)
990621987
ns972877624
ns1.02
vgg16/cpu/forward/ComponentArray/(32, 32, 3, 1)
22766979.5
ns22501168.5
ns1.01
vgg16/cpu/forward/ComponentArray/(32, 32, 3, 16)
249637390
ns247109687.5
ns1.01
vgg16/cpu/forward/ComponentArray/(32, 32, 3, 64)
991675056.5
ns987921217
ns1.00
Conv((3, 3), 64 => 64)/cpu/forward/NamedTuple/(64, 64, 64, 128)
371776615
ns373013391
ns1.00
Conv((3, 3), 64 => 64)/cpu/forward/ComponentArray/(64, 64, 64, 128)
372349398
ns369428453
ns1.01
Conv((3, 3), 1 => 1)/cpu/forward/NamedTuple/(64, 64, 1, 128)
3900400
ns3929480
ns0.99
Conv((3, 3), 1 => 1)/cpu/forward/ComponentArray/(64, 64, 1, 128)
3899295
ns3921774
ns0.99
Dense(200 => 200)/cpu/forward/NamedTuple/(200, 128)
87314
ns88845
ns0.98
Dense(200 => 200)/cpu/forward/ComponentArray/(200, 128)
87424
ns88585
ns0.99
Conv((3, 3), 16 => 16)/cpu/forward/NamedTuple/(64, 64, 16, 128)
56912462
ns56548766
ns1.01
Conv((3, 3), 16 => 16)/cpu/forward/ComponentArray/(64, 64, 16, 128)
56953662
ns56536433
ns1.01
Dense(2000 => 2000)/cpu/forward/NamedTuple/(2000, 128)
6515785
ns6485167
ns1.00
Dense(2000 => 2000)/cpu/forward/ComponentArray/(2000, 128)
6560088
ns6489996.5
ns1.01
This comment was automatically generated by workflow using github-action-benchmark.