Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N nni
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenDAS
  • nni
  • 4f66d0c19eea876c5a21ebf6c6f42f557aa34835

Switch branch/tag
  • nni
  • examples
  • trials
  • efficientnet
  • search_net.json
Find file Normal viewHistoryPermalink
search_net.json 224 Bytes
Newer Older
Yuge Zhang's avatar
Add example for EfficientNet and upgrade PyTorch in Dockerfile (#1497)  
Yuge Zhang committed Sep 09, 2019
1
2
3
{
  "alpha": {
    "_type": "quniform",
Yuge Zhang's avatar
Fix a few issues in EfficientNet introduced by API change and rephrase documentation (#1926)  
Yuge Zhang committed Jan 17, 2020
4
    "_value": [1.0, 2.0, 0.05]
Yuge Zhang's avatar
Add example for EfficientNet and upgrade PyTorch in Dockerfile (#1497)  
Yuge Zhang committed Sep 09, 2019
5
6
7
  },
  "beta": {
    "_type": "quniform",
Yuge Zhang's avatar
Fix a few issues in EfficientNet introduced by API change and rephrase documentation (#1926)  
Yuge Zhang committed Jan 17, 2020
8
    "_value": [1.0, 1.5, 0.05]
Yuge Zhang's avatar
Add example for EfficientNet and upgrade PyTorch in Dockerfile (#1497)  
Yuge Zhang committed Sep 09, 2019
9
10
11
  },
  "gamma": {
    "_type": "quniform",
Yuge Zhang's avatar
Fix a few issues in EfficientNet introduced by API change and rephrase documentation (#1926)  
Yuge Zhang committed Jan 17, 2020
12
    "_value": [1.0, 1.5, 0.05]
Yuge Zhang's avatar
Add example for EfficientNet and upgrade PyTorch in Dockerfile (#1497)  
Yuge Zhang committed Sep 09, 2019
13
14
  }
}