-
Updated
Jun 27, 2022
paper
Bukkit is a Minecraft server modification software and API, and while the original project itself is stale, forks like PaperMC and Spigot are actively maintained, and most plugins and servers use some variant of Bukkit.
Here are 2,460 public repositories matching this topic...
-
Updated
Dec 13, 2021 - Python
-
Updated
Jul 25, 2021 - Jupyter Notebook
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 13, 2022
-
Updated
Nov 27, 2021
Is your feature request related to a problem?
As of right now, the plugin update logic uses a rather questionable spigot-made method to copy the updated plugin jar into the plugin folder: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/util/FileUtil.java#22
As a side effect of this, IOExceptions that occure while copying the updated plugin jar
-
Updated
Jun 9, 2022 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Feb 22, 2021
-
Updated
Jul 2, 2022
-
Updated
Jul 20, 2020
-
Updated
Jan 23, 2021 - Python
-
Updated
Feb 1, 2021 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Jan 28, 2022
-
Updated
Jun 14, 2022
-
Updated
Oct 29, 2020
-
Updated
Jan 2, 2022 - Java
-
Updated
Jan 28, 2022
-
Updated
Dec 25, 2019 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Jun 1, 2022
-
Updated
Feb 3, 2020 - Python
-
Updated
Aug 12, 2021
Created by Nathan "Dinnerbone" Adams
Released December 22, 2010
- Repository
- Bukkit/Bukkit
- Website
- dev.bukkit.org

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Under MLP implementation there are several variables that need to be initialized. Such as
loss,lr,lr_decay,lr_decay_steps,optimizer. However, it seems that the variableslr_decayandlr_decay_stepsare indeed being initialized but are not being used at any point in the code.