GithubHelp home page GithubHelp logo

WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial. about nni HOT 2 OPEN

yyh7773 avatar yyh7773 commented on May 28, 2024
WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial.

from nni.

Comments (2)

yyh7773 avatar yyh7773 commented on May 28, 2024

MyModelSpace(
(conv1): Conv2d(1, 32, kernel_size=(3, 3), stride=(1, 1))
(conv2): LayerChoice(
label='conv2'
(0): Conv2d(32, 64, kernel_size=(3, 3), stride=(1, 1))
(1): DepthwiseSeparableConv(
(depthwise): Conv2d(32, 32, kernel_size=(3, 3), stride=(1, 1), groups=32)
(pointwise): Conv2d(32, 64, kernel_size=(1, 1), stride=(1, 1))
)
)
(dropout1): MutableDropout(p=Categorical([0.25, 0.5, 0.75], label='dropout'))
(dropout2): Dropout(p=0.5, inplace=False)
(fc1): MutableLinear(in_features=9216, out_features=Categorical([64, 128, 256], label='feature'))
(fc2): MutableLinear(in_features=Categorical([64, 128, 256], label='feature'), out_features=10)
)
我的搜索空间与Demo中一样

from nni.

XuanmaiXue avatar XuanmaiXue commented on May 28, 2024

I got same problem, have you solved it ?

from nni.

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.