projects
/
flatland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb6304
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Wed, 14 Jun 2017 21:17:21 +0000
(23:17 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Wed, 14 Jun 2017 21:17:21 +0000
(23:17 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
3f347bb
..
d6e302c
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-6,12
+6,12
@@
the pytorch framework.
The main function is
```
-torch.ByteTensor generate_sequence(bool pulling,
- int nb_sequences,
- int nb_images,
- int image_height, int image_width,
- int nb_shapes,
- bool random_shape_size, bool random_colors)
+torch.ByteTensor
flatland.
generate_sequence(bool pulling,
+
int nb_sequences,
+
int nb_images,
+
int image_height, int image_width,
+
int nb_shapes,
+
bool random_shape_size, bool random_colors)
```
where