LabyrinthineLeo / AEMONAS

Architecture Entropy Sampling Based Evolutionary Neural Architecture Search and Its Application in Osteoporosis
3 stars 0 forks source link

Empty lists #1

Closed Isaspinach closed 5 months ago

Isaspinach commented 5 months ago

Hi, I'm trying to run the code using the default values, at the moment of initialising it's creating empty lists, any idea of what it could be?

Maked Dir : result/AEMO_search_cifar10_2024-04-05-09-53-00 seed 1000 device cuda save result/AEMO_search_cifar10_2024-04-05-09-53-00 range_node [5, 12] popsize 20 Max_Gen 25 data ./data/ dataset cifar10 search_cutout_size None search_autoaugment False search_num_work 0 search_epochs 25 search_lr_max 0.1 search_lr_min 0.001 search_momentum 0.9 search_l2_reg 0.0001 search_grad_bound 5.0 search_train_batch_size 128 search_eval_batch_size 500 search_steps 8800 search_use_aux_head False search_auxiliary_weight 0.4 search_layers 1 search_keep_prob 0.6 search_drop_path_keep_prob 0.8 search_channels 16 search_channels_double False build cifar10 dataset split ratio:0.9, train nums:45000, valid nums:5000, test nums:10000 ****Initializing**** [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] solution: 1

Isaspinach commented 5 months ago

I found the problem, thanks