Giter Club home page Giter Club logo

brp-nas's People

Contributors

thomasccp avatar ultmaster avatar zheng-ningxin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

brp-nas's Issues

spearman in paper?

Hello! Thank you very much for such an excellent work. I have a question. How did the spearman in Figure 5 in the paper get it through the binary relation preditor? As far as I know, spearman is a statistic that requires global sorting, but the binary relation preditor can only give the relationship between two models
屏幕截图 2021-10-05 193230
.

bash run.sh is not working

Hello,

I was trying to run the run.sh file by default, I used the examples/ folder as specified. However, I noticed that the data-set is encoded in the .pickle file as:
{(3, 4, 4, 0, 3, 0): 0.00520570158958435, (4, 4, 4, 0, 3, 0): 0.005266194343566895}

        def transform_to_pairs(triplets):
            return [[[t[0], t[1]], t[2]] for t in triplets]

This is incompatible with the parsing code above, as the NASBench201 architecutres are not stored in the way that you intend.

Further, in eagle/predictors/main.py

            for k in dataset.keys():
                if any([k.startswith(n) for n in subset_name]):
                    result.append(dataset[k])

I do not think this will work, because the pickle files that are provided are only for nasbench201, maybe this was done with future benchmark inclusions in mind, but it breaks currently.

Further, what is ' /home/core/znx/gcn_latency/Li_latency_data_vpu.pickle'? This is present in both .sh files, but I cannot find them.

Additionally, is there a reason why --measurement and --dataset_path both have to be specified? I do not know if its evident from the documentation, might be something obvious i am missing..

Thanks for the help! :)

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.