Git Product home page Git Product logo

eagle's People

Contributors

thomasccp avatar vaenyr 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

eagle's Issues

pip install eagle: python3 or python2?

I've got logs below while installing eagle:

$ pip install eagle
Collecting eagle
  Using cached eagle-0.2.tar.gz (417 kB)
    ERROR: Command errored out with exit status 1:
     command: /home/andy/anaconda3/envs/pytorch/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vw3svb83/eagle_ca7b4cba24b942c19a8c35b503fdfc19/setup.py'"'"'; __file__='"'"'/tmp/pip-install-vw3svb83/eagle_ca7b4cba24b942c19a8c35b503fdfc19/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-_uca8aqj
         cwd: /tmp/pip-install-vw3svb83/eagle_ca7b4cba24b942c19a8c35b503fdfc19/
    Complete output (8 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-vw3svb83/eagle_ca7b4cba24b942c19a8c35b503fdfc19/setup.py", line 3, in <module>
        import ez_setup
      File "/tmp/pip-install-vw3svb83/eagle_ca7b4cba24b942c19a8c35b503fdfc19/ez_setup/__init__.py", line 176
        print "Setuptools version",version,"or greater has been installed."
                                 ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Setuptools version",version,"or greater has been installed.")?
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/dd/5c/4318a37b78339ab35e8340d51ddcb76f8005261dffcd5d1e9ab7cec0b5cd/eagle-0.2.tar.gz#sha256=7af5dffd0f1f2b5c46dcc19f5b5a47e96dc3ce387f1de05199df249e8d2bed59 (from https://pypi.org/simple/eagle/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement eagle (from versions: 0.2)
ERROR: No matching distribution found for eagle

It shows that there's a print syntax error in init.py line 176
The syntax of print "Setuptools version",version,"or greater has been installed." is compatible for python2 but not python3.
Please help to download the package.

Accuracy Results Meaning?

I've been working with the predictor for a while, and something I've realized is that I'm not quite sure what the ±0.1,0.01,etc. accuracy results mean in the final log. I know about top-1 accuracy in CIFAR10/100, but I'm not sure what the ± part is supposed to symbolize here. I looked at the corresponding paper, but it doesn't seem to describe the results in these terms.

Request regarding the DARTS and NB101 spaces

Firstly, I'd like to thank the authors for making this NAS benchmark public - such works really contribute to HW-Aware NAS research.

I had a query regarding the data for DARTS and NasBench101 spaces - I noticed that the project page mentioned these are coming soon - and just wanted to check regarding the same. Any information would really help :)

"Not enough points" error

When using the sample nasbench201 predictor commands, I keep getting this error:

ValueError: Not enough points in the dataset: expected at least 15284 but got 14664

I can't figure out what's assigning this point_limit value, since it doesn't seem to show up in any of the code.

Some architectures may be missing

Hello,

I downloaded the pickle files and tested them as shown below:

>>> [len(pickle.load(open(x,'rb'))) for x in os.listdir('./') if x.__contains__(".pickle")]
>>>[15284, 15261, 15252, 15284, 15261, 15284, 15261, 15252, 15284, 15284, 15284, 15284, 15284]

Why are there < 15625 architectures? Am I missing something?

Thanks!

Number of devices

Hi guys,

thanks for the nice dataset. In the paper you report 6 devices, but in the readme you list 12 files.

  1. How do they relate? Did you decide to just not use some?
  2. What is the difference between embedded-gpu-jetson-nono-fp16.pickle and embedded-gpu-jetson-nono-fp32.pickle, i.e. what does fp stand for?

How to obtain final NAS results

This results is a "search trace" which we later feed into our generic NAS toolkit, the toolkit selects models according to the provided search trace, querying a standard NAS-Bench-201 dataset to obtain accuracy values

As mentioned above in readme, I didn't find the generic NAS toolkit, so I can't reproduce the accuracy results in figure2, figure 3, figure 5, figure 6, table 3 in paper, could you please tell me how to reproduce the nas accuracy results in those figures?

View models?

Is there a way to convert the structure of the generated models to a readable textfile? Currently when I try to do so the output is a bunch of symbols.

Some questions about the adjacency matrix

image

nasbench-201 contains networks same as the above figure, same cells connect to form a long network, but I notice that in brp-nas code, adjacency matrix and feature matrix only consider the condition in one cell:
image

I wonder why only considering one cell's condition can predict latency and accuracy in such a long network, does the latency dataset only measure latency in one cell instead of the whole network?

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.