Skip to content
#

neural-architecture-search

Here are 110 public repositories matching this topic...

autokeras
gabrieldemarmiesse
gabrieldemarmiesse commented Jan 20, 2020

Adding types on the public API surface would allow us to do some runtime type checking later on and would allow user's IDE to have more info for static analysis.

The functions/signatures to type are the ones listed here https://github.com/keras-team/autokeras/blob/master/autokeras/__init__.py

For the context, see #856 where I add some type information on a ImageClassifier.

This issue can

jankrynauw
jankrynauw commented Jun 6, 2019

We would like to forward a particular 'key' column which is part of the features to appear alongside the predictions - this is to be able to identify to which set of features a particular prediction belongs to. Here is an example of predictions output using the tensorflow.contrib.estimator.multi_class_head:

{"classes": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
 "scores": [0.068196

A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hyperparameter Optimization, 5.) Automated Feature Engineering.

  • Updated Apr 16, 2020
tabularaza27
tabularaza27 commented Feb 4, 2020

The download buttons for the examples on readthedocs are not working. I cloned the repo and built the docs locally and it works fine. I guess just something in the build process went wrong and it should be working when you build it again.

julycetc
julycetc commented Jan 8, 2020

In the code, it seems that you use the model stored in ema to do the validation and get the final result.Here i have two questions:
1.Why do you use the ema model to do the validation, but do not use the model_wrapper which is directely preuned?
2.Is it supposed that ema model will get better result than model_wrapper?And why?
Thanks very much for your reply!

Improve this page

Add a description, image, and links to the neural-architecture-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neural-architecture-search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.