LoginSignup
1
2

More than 5 years have passed since last update.

python > difference > threads = [ ] / markers = ('s', 'x' , 'o', '^', 'V') > list / tuples

Last updated at Posted at 2016-11-02

@ https://www.tensorflow.org/versions/master/tutorials/deep_cnn/index.html

cifar10_eval.py
...
      threads = []
...

@ Python 機械学習プログラミング by Sebastian Raschkaら
p30

markers = ('s', 'x' , 'o', '^', 'V')

角括弧と丸括弧の違いについて調べた。

Square brackets are lists while parentheses are tuples.

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2