MnLgt
MnLgt
When I run this on my local machine (macbook pro m1) it works, I've also tried it on colab and it works. However, I tried using it on a digitalocean...
Hi, I'm trying to get the logger to log validation images to see how the model performs on source/targets it hasn't seen yet. However, I'm a little stuck on how...
**Edit Pinterest.py as follows** **Issue**: creds not writing to root. **Fix**: Rewrite Registry **At**: Line 135 ```shell self.registry = Registry(cred_root, email) ``` change to ```shell self.registry = Registry(cred_root, username) ```...
When I called get_user_pins on users with large numbers of pins (>5k) it seems to get the first 10+ pages and then stops short. This is the function I'm using....
If you're getting the error about 'props' being an invalid key Change line 727 in Pinterest.py to the following - __PWS_INITIAL_PROPS__ instead of __PWS_DATA__ - Remove the 'props' key. ```...