You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load a ExplanationRunner with initialize a target model (LSTM) applied by a Wrapper Function(PredictionDifferenceWrapper)
fromrunimportExplanationRunner# output_path for result saving and ckpt_path for model checkpoint uploadrunner=ExplanationRunner(args, dataset, device, output_path, ckpt_path)
runner.init_model(**model_args)
runner.load_model(True)