@@ -377,23 +377,9 @@ paddle.fluid.contrib.Calibrator.__init__ (ArgSpec(args=['self'], varargs='args',
377
377
paddle .fluid .contrib .Calibrator .sample_data (ArgSpec (args = ['self' ], varargs = None , keywords = None , defaults = None ), ('document' , '3b8c85ca1e2cf753cc8c90a6c6992958' ))
378
378
paddle .fluid .contrib .Calibrator .save_int8_model (ArgSpec (args = ['self' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
379
379
paddle .fluid .contrib .reader .ctr_reader .ctr_reader (ArgSpec (args = ['feed_dict' , 'file_type' , 'file_format' , 'dense_slot_index' , 'sparse_slot_index' , 'capacity' , 'thread_num' , 'batch_size' , 'file_list' , 'slots' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , 'b2ebf3de2a6ef1af2c3b88d2db7591ab' ))
380
- paddle .fluid .contrib .build_compressor (ArgSpec (args = ['place' , 'data_reader' , 'data_feeder' , 'scope' , 'metrics' , 'epoch' , 'config' ], varargs = None , keywords = None , defaults = (None , None , None , None , None , None , None )), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
381
- paddle .fluid .contrib .CompressPass .__init__ (ArgSpec (args = ['self' , 'place' , 'data_reader' , 'data_feeder' , 'scope' , 'metrics' , 'epoch' , 'program_exe' ], varargs = None , keywords = None , defaults = (None , None , None , None , None , None , None )), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
382
- paddle .fluid .contrib .CompressPass .add_strategy (ArgSpec (args = ['self' , 'strategy' ], varargs = None , keywords = None , defaults = None ), ('document' , '3bf6010b6f47d3c86df0ec8957be95e0' ))
383
- paddle .fluid .contrib .CompressPass .apply (ArgSpec (args = ['self' , 'graph' ], varargs = None , keywords = None , defaults = None ), ('document' , 'a92bf85d4b59bd4f2ac1706d7c4899a6' ))
384
- paddle .fluid .contrib .ImitationGraph .__init__ (ArgSpec (args = ['self' , 'program' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
385
- paddle .fluid .contrib .ImitationGraph .all_parameters (ArgSpec (args = ['self' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
386
- paddle .fluid .contrib .SensitivePruneStrategy .__init__ (ArgSpec (args = ['self' , 'pruner' , 'start_epoch' , 'end_epoch' , 'delta_rate' , 'acc_loss_threshold' , 'sensitivities' ], varargs = None , keywords = None , defaults = (None , 0 , 10 , 0.2 , 0.2 , None )), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
387
- paddle .fluid .contrib .SensitivePruneStrategy .on_batch_begin (ArgSpec (args = ['self' , 'context' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
388
- paddle .fluid .contrib .SensitivePruneStrategy .on_batch_end (ArgSpec (args = ['self' , 'context' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
389
- paddle .fluid .contrib .SensitivePruneStrategy .on_compress_begin (ArgSpec (args = ['self' , 'context' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
390
- paddle .fluid .contrib .SensitivePruneStrategy .on_compress_end (ArgSpec (args = ['self' , 'context' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
391
- paddle .fluid .contrib .SensitivePruneStrategy .on_epoch_begin (ArgSpec (args = ['self' , 'context' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
392
- paddle .fluid .contrib .SensitivePruneStrategy .on_epoch_end (ArgSpec (args = ['self' , 'context' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
393
- paddle .fluid .contrib .MagnitudePruner .__init__ (ArgSpec (args = ['self' , 'threshold' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
394
- paddle .fluid .contrib .MagnitudePruner .prune (ArgSpec (args = ['self' , 'param' , 'threshold' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
395
- paddle .fluid .contrib .RatioPruner .__init__ (ArgSpec (args = ['self' , 'ratios' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , 'e7a81a325b296a9ca502ee5adb4fc85d' ))
396
- paddle .fluid .contrib .RatioPruner .prune (ArgSpec (args = ['self' , 'param' , 'ratio' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '358cbf2978c91028fb96a195a9884645' ))
380
+ paddle .fluid .contrib .Compressor .__init__ (ArgSpec (args = ['self' , 'place' , 'scope' , 'train_program' , 'train_reader' , 'train_feed_list' , 'train_fetch_list' , 'eval_program' , 'eval_reader' , 'eval_feed_list' , 'eval_fetch_list' , 'teacher_programs' , 'checkpoint_path' , 'train_optimizer' , 'distiller_optimizer' ], varargs = None , keywords = None , defaults = (None , None , None , None , None , None , None , [], './checkpoints' , None , None )), ('document' , '31ae143830c9bf6b43547dd546c5ba80' ))
381
+ paddle .fluid .contrib .Compressor .config (ArgSpec (args = ['self' , 'config_file' ], varargs = None , keywords = None , defaults = None ), ('document' , '780d9c007276ccbb95b292400d7807b0' ))
382
+ paddle .fluid .contrib .Compressor .run (ArgSpec (args = ['self' ], varargs = None , keywords = None , defaults = None ), ('document' , 'c6e43d6a078d307672283c1f36e04fe9' ))
397
383
paddle .fluid .contrib .load_persistables_for_increment (ArgSpec (args = ['dirname' , 'executor' , 'program' , 'lookup_table_var' , 'lookup_table_var_path' ], varargs = None , keywords = None , defaults = None ), ('document' , '2ab36d4f7a564f5f65e455807ad06c67' ))
398
384
paddle .fluid .contrib .load_persistables_for_inference (ArgSpec (args = ['dirname' , 'executor' , 'program' , 'lookup_table_var_name' ], varargs = None , keywords = None , defaults = None ), ('document' , '59066bac9db0ac6ce414d05780b7333f' ))
399
385
paddle .fluid .contrib .convert_dist_to_sparse_program (ArgSpec (args = ['program' ], varargs = None , keywords = None , defaults = None ), ('document' , '74c39c595dc70d6be2f16d8e462d282b' ))
0 commit comments