CSAILVision / CSAILVision/places365
print() is a function in Python 3
Open
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 538
- PR merge metrics
- No merged PRs in 30d
Description
[flake8](http://flake8.pycqa.org) testing of https://github.com/CSAILVision/places365 on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./train_placesCNN.py:66:14: E999 SyntaxError: invalid syntax
print args
^
./docker/run_scene.py:36:10: E999 SyntaxError: invalid syntax
print i, labels[k]
^
2 E999 SyntaxError: invalid syntax
2
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.