khanrc / pt.darts

PyTorch Implementation of DARTS: Differentiable Architecture Search
MIT License
439 stars 108 forks source link

Where do I control the connections between nodes? #6

Open sunil3590 opened 5 years ago

sunil3590 commented 5 years ago

If I'm not interested in fully connected networks, which file do I modify to control the connections between nodes?

khanrc commented 5 years ago

There are the candidate operations in models/ops.py.