cgp-cnn-PyTorch icon indicating copy to clipboard operation
cgp-cnn-PyTorch copied to clipboard

A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)

Results 4 cgp-cnn-PyTorch issues
Sort by recently updated
recently updated
newest added

/opt/anaconda/bin/python /home/yyk/PycharmProjects/untitled1/cgp-cnn-PyTorch-master/exp_main.py gpu_id: 0 , [['input', 0, 0], ['S_ResBlock_128_1', 0, 0], ['S_ResBlock_64_5', 1, 1], ['S_ResBlock_32_3', 2, 1], ['S_ConvBlock_128_3', 3, 1], ['S_ConvBlock_32_1', 4, 4], ['S_ResBlock_32_5', 5, 4], ['S_ResBlock_128_3', 6, 5], ['full',...

``` >>> pip install torch==0.2.0_4 torchvision Collecting torch==0.2.0_4 Could not find a version that satisfies the requirement torch==0.2.0_4 (from versions: 0.1.2, 0.1.2.post1, 0.3.1, 0.4.0, 0.4.1) No matching distribution found for...