Giter Club home page Giter Club logo

Comments (4)

yuhuixu1993 avatar yuhuixu1993 commented on July 18, 2024

@NoOneUST , sorry for the late reply, I was quite busy those days. From your description, I guess your disappointing results may caused by taking the search results as the final evaluate result. First, you need to make sure that the whole search process is as followed: 1. search stage: use as mentioned 10% training set for training and 2.5% training set for validation which will takes about 50 epochs to get the searched architectures (corresponding python file traing_search_imagenet.py). 2. evaluate stage: change the architecture in genotypes.py by the searched architecture in the first stage and use the whole dataset which will takes about 250 epochs to get the final accuracy (corresponding python file traing_imagenet.py, genotypes.py). Please note that the python files are different in different stages.

If you have more questions, please let me know.

from pc-darts.

yuhuixu1993 avatar yuhuixu1993 commented on July 18, 2024

@Christian-lyc Does the validate phase refer to evaluating the searched architectures on imagenet (traing_imagenet.py)? If yes, 1% is the training acc or the validate acc or both?

from pc-darts.

yuhuixu1993 avatar yuhuixu1993 commented on July 18, 2024

@Christian-lyc, what I know is that if you use torch.utils.data.sampler.SubsetRandomSampler to generate the subset of imagenet which I have noted in the readme.md file, the results are similar. You need to write your own sampling file. I have not encountered other situations.

from pc-darts.

yuhuixu1993 avatar yuhuixu1993 commented on July 18, 2024

Hi,guys, I run the train_imagenet.py myself. The code runs well in the first two epochs and I have attached the log. I only change the batchsize and lr into 256 and 0.1 due to the limit of GPU.
log.txt

from pc-darts.

Related Issues (20)

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.