Bonan Jin

Results 2 issues of Bonan Jin

Hi, I just follow the same code to set up webserver but got this error: ``` Error: Error retrieving Auto Scaling Groups: RequestError: send request failed caused by: Post "https://autoscaling.us-east-1.amazonaws.com/":...

question

The error log is below: ``` TypeError Traceback (most recent call last) in () ----> 1 ig = integrated_gradients(model) /home/ubuntu/GA/IntegratedGradients-master/IntegratedGradients.py in __init__(self, model, outchannels, verbose) 73 gradients = self.model.optimizer.get_gradients(self.model.output[:, c],...