-
hello
i am using this faster-rcnn base for my project
i am trying training the model on a database with 1 class
but even after i changed the number and names of the classes it still doesn't wor…
-
```
What steps will reproduce the problem?
1. tweet = "russian_text_here"
2. twit = tweet.encode('utf-8')
3. api = (..., input_encoding='utf8')
4. api.PostUpdate(twit)
What is the expected output? Wh…
-
```
What steps will reproduce the problem?
1. tweet = "russian_text_here"
2. twit = tweet.encode('utf-8')
3. api = (..., input_encoding='utf8')
4. api.PostUpdate(twit)
What is the expected output? Wh…
-
```
What steps will reproduce the problem?
1. tweet = "russian_text_here"
2. twit = tweet.encode('utf-8')
3. api = (..., input_encoding='utf8')
4. api.PostUpdate(twit)
What is the expected output? Wh…
-
**Is your feature request related to a problem? Please describe.**
Trying to authorize a Gmail API request to get a Google Workspace account's Gmail delegates via DWD delegated Service Account witho…
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
C:\google\gldap-sync>python sync_ldap.py
Traceback (most recent call last):
File "sync_ldap.py", li…
-
```
I want setup.py to work more like this:
To build / install the Cpython API, things should work exactly how they
work for any other python module in the world:
python setup.py build
python setup.…
-
```
I want setup.py to work more like this:
To build / install the Cpython API, things should work exactly how they
work for any other python module in the world:
python setup.py build
python setup.…
-
```
What steps will reproduce the problem?
What is the expected output? What do you see instead?
C:\google\gldap-sync>python sync_ldap.py
Traceback (most recent call last):
File "sync_ldap.py", li…
-
```
What steps will reproduce the problem?
1. Authorize in api:
api = twitter.Api(consumer_key, consumer_secret, access_token,
access_token_secret)
2. Get public timeline:
statuses = api.GetPublicTim…