hyperparameter-optimization
Here are 385 public repositories matching this topic...
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
-
Updated
Dec 23, 2020 - Python
with the Power Transformer.
resuming training
How do i resume training for text classification?
-
Updated
Nov 8, 2020
-
Updated
Dec 22, 2020 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Nov 21, 2020 - Python
-
Updated
Jun 6, 2018 - Python
-
Updated
Dec 23, 2020 - Go
-
Updated
Nov 21, 2020 - Python
-
Updated
Oct 8, 2020
-
Updated
Apr 11, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Python
- add optimized metric
- add total run time
- add validation metric
- add parameters used in AutoML
-
Updated
Aug 15, 2018 - Python
-
Updated
Dec 24, 2020 - Python
If enter_data() is called with the same train_path twice in a row and the data itself hasn't changed, a new Dataset does not need to be created.
We should add a column which stores some kind of hash of the actual data. When a Dataset would be created, if the metadata and data hash are exactly the same as an existing Dataset, nothing should be added to the ModelHub database and the existing
-
Updated
Jan 29, 2018 - Python
-
Updated
Sep 6, 2020 - Python
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Jun 7, 2018 - Python
Is your feature request related to a problem? Please describe.
https://stackoverflow.com/questions/64477316/how-to-implement-a-repository-for-lazy-data-loading-with-neuraxle/64850395#64850395
Describe the solution you'd like
I provided an answer on the StackOverflow question above.
Additional context
We should edit the page [here](https://www.neuraxle.org/stable/intro.html#r
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Jul 19, 2019
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 6, 2016 - Jupyter Notebook
-
Updated
Dec 2, 2020 - Python
Improve this page
Add a description, image, and links to the hyperparameter-optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperparameter-optimization topic, visit your repo's landing page and select "manage topics."
What is the problem?
It seems that Ray doesn't allow using a class variable to keep track of some shared class-level information, such as how many instances of the class have been created.
I understand there are at least a couple of ways I can accomplish sharing state across instances: