Shuhao Jia
Shuhao Jia
(paddle) jiash21@asic-u1:~/Desktop/PaddleDetection-release-2.1/static$ python slim/prune/eval.py -c configs/ssd/ssd_mobilenet_v1_voc.yml --pruned_params "conv7_4_extra2_weights,conv7_1_extra2_weights,conv1_weights,conv5_5_sep_weights,conv2_1_sep_weights,conv7_2_extra1_weights,conv6_sep_weights,conv7_4_extra1_weights,conv7_3_extra1_weights,conv7_1_extra1_weights,conv7_2_extra2_weights,conv7_3_extra2_weights" --pruned_ratios="0.3,0.9,0.2,0.7,0.1,0.4,0.6,0.6,0.2,0.2,0.9,0.2" -o weights=output/ssd_mobilenet_v1_voc/model_final.pdparams /home/jiash21/.conda/envs/paddle/lib/python3.7/site-packages/paddleslim/core/graph_wrapper.py:20: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in...
```bash (dgl) jiash@asic-u2:~/Desktop/pna/realworld_benchmark$ python main_molecules.py --weight_decay=3e-6 --L=16 --hidden_dim=70 --out_dim=70 --residual=True --edge_feat=True --edge_dim=40 --readout=sum --in_feat_dropout=0.0 --dropout=0.0 --graph_norm=True --batch_norm=True --aggregators="mean max min std" --scalers="identity amplification attenuation" --towers=5 --pretrans_layers=1 --posttrans_layers=1 --divide_input_first=True --divide_input_last=True --dataset...