Giter Club home page Giter Club logo

nas-benchmark's People

Contributors

antoyang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nas-benchmark's Issues

MANAS not found

Hello. thank you for the work. i am personally interested in MANAS.But i could not see it implementation
if you add it that will be great

There is a mistake in the DARTS code

Hi,

I just find there is a mistake in your released DARTS code.

In architect.py, the hessian is computed as follows:
hessian = [(p-n) / 2.*eps for p, n in zip(dalpha_pos, dalpha_neg)]

However, referring to paper and the official release code, it should be computed as follows:
hessian = [(p-n) / (2.*eps) for p, n in zip(dalpha_pos, dalpha_neg)]

But it seems this mistake does not hurt the performance. LOL

about the experiment augement

hi

I am research the NAS for my master degree.

I am confuse about the paper in Table 2 "nb cells A other datasets " parameter .

This parameter is setting as 8.

Is it reference by the origin NAS paper's setting on imagenet or it's setting by yourself?

Change in seed not working?

Hi @antoyang, Thanks for releasing the benchmark. I am trying to search a cell using DARTS as mentioned in the README. However, once I change the random seed to a different value or sometimes even with the default seed (--seed 2), the search is not working. It becomes idle at the very beginning (training seems to be not working) although it is using GPU memory. Am I missing something here? Can you please comment on this? Thanks.

Screen Shot 2020-02-11 at 2 09 29 AM

Random sampled architecture vs. neural architecture search algorithm,for more complex tasks?

Thanks for your great work and very powerful opinions!

It is indeed difficult to evaluate how good or really effective a proposed neural architecture search algorithm as it is described. Random sampling in search space is a powerful baseline for comparsion. Not just for image classification, even for more complex tasks such as dense prediction tasks (segmentation, pose estimation ...), NAS evaluation is still frustratingly hard. When applying NAS for larger datasets like MPII and comparing the random sampled architectures from search space (micro and macro) with the first-order gradient-based search method proposed by DARTS, random sampling method still performs surprisingly powerful for human pose estimation architectures searching.

I wonder if you are willing to set up benckmarks for more tasks and datasets in the future?

searching micro cell for cifar100

Hi, I wanted to know while searching for micro cell for cifar100 using ENAS, does the validation and test accuracy improves over time. I am getting extremely low accuracy even if I train for longer period.

about dataset split

in data folder
Sport8_test.csv bocce 22 columns

have a image name test

is it bug ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.