cgp-cnn-PyTorch
cgp-cnn-PyTorch copied to clipboard
A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)
The CGP-CNN (ConvSet) and CGP-CNN (ResSet) consist of two basic constituent unit modules in the text. However, when I ran the code I found that the two basic unit modules...
/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...