projects
/
pysvrt.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Making DeepNet even bigger.
[pysvrt.git]
/
cnn-svrt.py
2017-06-23
Francois Fleuret
Making DeepNet even bigger.
blob
|
commitdiff
|
raw
2017-06-22
Francois Fleuret
The learning continues from where it stopped if a state...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-22
Francois Fleuret
Re-oups.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-22
Francois Fleuret
Oups.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-22
Francois Fleuret
Update.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-22
Francois Fleuret
Update.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-22
Francois Fleuret
Update.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-21
Francois Fleuret
Minor changes in the logging.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Francois Fleuret
Added --nb_validation_samples and --validation_error_th...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Francois Fleuret
Append to the log instead of overwriting it.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Francois Fleuret
Typo.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Francois Fleuret
Added --problems.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Francois Fleuret
Fix.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Francois Fleuret
I definitely have problems computing the ETA.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Francois Fleuret
Added a logger with ETA for the sample generation.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Renamed vignette_set.py to svrtset.py
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Ahem.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Stupid typo in the headers ...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Update.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Fixed the parsing of Boolean arguments.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Made the model filenames more explicit.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Oups.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Cleaning up.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Replaced the nb of batches arguments with nb of samples.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Added Afroze's DeepNet.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Francois Fleuret
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
OCD cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Minor ETA fix.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Prints the ETA.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Added the command line arguments test_loaded_models.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Compute the test error when the network is loaded and...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Added elapsed time in logging.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Heavy fix.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Ooops.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Now does nothing if the model already exists.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Francois Fleuret
Pass the use of cuda to the VignetteSet constructor.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Make the name of the saved model more explicit.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Moved VignetteSet and CompressedVignetteSet in their...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Added classes VignetteSet and CompressedVignetteSet...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Replace the numbers of samples by numbers of batches...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Added persistence of the model parameters.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Changed back to 50.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Minor fixes + changed the default number of epochs...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Log the number of parameters.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Changed the network structure to Afroze's ShallowNet.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Replaced SGD with Adam, make the learning rate 1e-1...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Oups.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Update.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Clean up + argument parsing + logging into a file.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Francois Fleuret
Fixed the interpreter name.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-14
Francois Fleuret
Added the header.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-14
Francois Fleuret
Added a basic CNN + the code to test it on all the...
blob
|
commitdiff
|
raw
|
diff to current