An open API service indexing awesome lists of open source software.

https://github.com/deephyper/nas-gcn

Neural Architecture Search for Graph-Convolution Neural Networks using DeepHyper.
https://github.com/deephyper/nas-gcn

Last synced: 3 months ago
JSON representation

Neural Architecture Search for Graph-Convolution Neural Networks using DeepHyper.

Awesome Lists containing this project

README

          

# nas-gcn
Neural Architecture Search for Graph Message Passing Neural Network using DeepHyper.

## Testing on LCRC Bebop
Regularized evolution for QM9 dataset
```bash
srun -n 30 python -m tuster.system.bebop.run 'python -m deephyper.search.nas.regevo --evaluator ray --redis-address {redis_address} --problem nas_gcn.qm9.problem.Problem'
```