Doug
Doug
+1
Interesting... I also get an error but differnt message: ` Traceback (most recent call last): File "deep_dream.py", line 97, in plt.imsave(f"outputs/output_{filename}", dreamed_image) File "C:\Users\dougl\anaconda3\envs\pytorchdeepdream\lib\site-packages\matplotlib\pyplot.py", line 2140, in imsave return matplotlib.image.imsave(fname,...
> To fix the problem with the 'empty' output, convert the data type using > `output = output.astype(int)` before the line `plt.imshow(output)` in main.py:94. > > best regards After doing...
I ran into an issue where my API came back as an `object` instead of an `array`. This modified code should handle single values relatively gracefully 🤞 @ctrlaltdylan ``` import...
@ctrlaltdylan It's a webhook that's hitting me with a variable amount of objects (Toggl). It was hitting me with either an array or a single object as I recall, so...
@brownm09 I also had to enable the `Google Apps Script API` AND create a new token. But I was also logged into a different user for the extension and the...
@RizziGit93 I haven't looked back at this yet, been working on other things. Maybe this has been corrected? Will have to go back and test..
I'm also unable to connect to my db. I think it might have something to do with this line: `self.connection = psycopg.connect(connection_string)` This seems to hang and then I end...