CSAILVision / CSAILVision/places365

print() is a function in Python 3

Open
#62 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.