projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7966c90
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 19 Jun 2017 12:36:10 +0000
(14:36 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 19 Jun 2017 12:36:10 +0000
(14:36 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
b6e29c7
..
d0ec215
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-27,13
+27,13
@@
The svrtset.py implements the classes `VignetteSet` and
`CompressedVignetteSet` with the following constructor
```
-def __init__(self, problem_number, nb_samples, batch_size, cuda = False, logger = None):
+__init__(problem_number, nb_samples, batch_size, cuda = False, logger = None)
```
and the following method to return one batch
```
-def get_batch(self, b):
+(torch.FloatTensor, torch.LongTensor) get_batch(b)
```
## Low-level functions ##