pysvrt.git
6 years agoUpdate with information about the convnets.
Francois Fleuret [Sat, 17 Jun 2017 17:38:53 +0000 (19:38 +0200)]
Update with information about the convnets.

6 years agoCosmetics.
Francois Fleuret [Sat, 17 Jun 2017 17:29:22 +0000 (19:29 +0200)]
Cosmetics.

6 years agoReplaced the nb of batches arguments with nb of samples.
Francois Fleuret [Sat, 17 Jun 2017 17:22:35 +0000 (19:22 +0200)]
Replaced the nb of batches arguments with nb of samples.

6 years agoAdded Afroze's DeepNet.
Francois Fleuret [Sat, 17 Jun 2017 16:56:44 +0000 (18:56 +0200)]
Added Afroze's DeepNet.

6 years agoCosmetics.
Francois Fleuret [Sat, 17 Jun 2017 14:49:22 +0000 (16:49 +0200)]
Cosmetics.

6 years agoOCD cosmetics.
Francois Fleuret [Fri, 16 Jun 2017 14:19:56 +0000 (16:19 +0200)]
OCD cosmetics.

6 years agoMinor ETA fix.
Francois Fleuret [Fri, 16 Jun 2017 13:45:55 +0000 (15:45 +0200)]
Minor ETA fix.

6 years agoPrints the ETA.
Francois Fleuret [Fri, 16 Jun 2017 12:19:06 +0000 (14:19 +0200)]
Prints the ETA.

6 years agoAdded the command line arguments test_loaded_models.
Francois Fleuret [Fri, 16 Jun 2017 12:13:59 +0000 (14:13 +0200)]
Added the command line arguments test_loaded_models.

6 years agoCompute the test error when the network is loaded and not trained.
Francois Fleuret [Fri, 16 Jun 2017 11:51:39 +0000 (13:51 +0200)]
Compute the test error when the network is loaded and not trained.

6 years agoTypo.
Francois Fleuret [Fri, 16 Jun 2017 11:17:09 +0000 (13:17 +0200)]
Typo.

6 years agoTypo.
Francois Fleuret [Fri, 16 Jun 2017 11:16:33 +0000 (13:16 +0200)]
Typo.

6 years agoAdded elapsed time in logging.
Francois Fleuret [Fri, 16 Jun 2017 11:14:44 +0000 (13:14 +0200)]
Added elapsed time in logging.

6 years agoWeird interaction between cuda and unrelated-with-cuda multiprocessing parts. Current...
Francois Fleuret [Fri, 16 Jun 2017 11:02:24 +0000 (13:02 +0200)]
Weird interaction between cuda and unrelated-with-cuda multiprocessing parts. Currently removed the latter.

6 years agoTrying to make multiprocessing and cuda friends with each other.
Francois Fleuret [Fri, 16 Jun 2017 08:39:11 +0000 (10:39 +0200)]
Trying to make multiprocessing and cuda friends with each other.

6 years agoHeavy fix.
Francois Fleuret [Fri, 16 Jun 2017 08:12:13 +0000 (10:12 +0200)]
Heavy fix.

6 years agoMade VignetteSet.__init__ multi-proc.
Francois Fleuret [Fri, 16 Jun 2017 07:43:52 +0000 (09:43 +0200)]
Made VignetteSet.__init__ multi-proc.

6 years agoAdded svrt.seed(long).
Francois Fleuret [Fri, 16 Jun 2017 07:43:16 +0000 (09:43 +0200)]
Added svrt.seed(long).

6 years agoOoops.
Francois Fleuret [Fri, 16 Jun 2017 06:30:15 +0000 (08:30 +0200)]
Ooops.

6 years agoNow does nothing if the model already exists.
Francois Fleuret [Fri, 16 Jun 2017 06:29:39 +0000 (08:29 +0200)]
Now does nothing if the model already exists.

6 years agoPass the use of cuda to the VignetteSet constructor.
Francois Fleuret [Fri, 16 Jun 2017 05:54:04 +0000 (07:54 +0200)]
Pass the use of cuda to the VignetteSet constructor.

6 years agoMinor fix.
Francois Fleuret [Thu, 15 Jun 2017 22:29:44 +0000 (00:29 +0200)]
Minor fix.

6 years agoMake the name of the saved model more explicit.
Francois Fleuret [Thu, 15 Jun 2017 22:27:31 +0000 (00:27 +0200)]
Make the name of the saved model more explicit.

6 years agoUpdate.
Francois Fleuret [Thu, 15 Jun 2017 21:53:23 +0000 (23:53 +0200)]
Update.

6 years agoMoved VignetteSet and CompressedVignetteSet in their own file.
Francois Fleuret [Thu, 15 Jun 2017 21:52:39 +0000 (23:52 +0200)]
Moved VignetteSet and CompressedVignetteSet in their own file.

6 years agoCosmetics.
Francois Fleuret [Thu, 15 Jun 2017 21:37:20 +0000 (23:37 +0200)]
Cosmetics.

6 years agoAdded classes VignetteSet and CompressedVignetteSet to abstract the data-sets and...
Francois Fleuret [Thu, 15 Jun 2017 20:59:13 +0000 (22:59 +0200)]
Added classes VignetteSet and CompressedVignetteSet to abstract the data-sets and allow lossless compression of vignettes.

6 years agoReplace the numbers of samples by numbers of batches of samples.
Francois Fleuret [Thu, 15 Jun 2017 19:24:25 +0000 (21:24 +0200)]
Replace the numbers of samples by numbers of batches of samples.

6 years agoAdded storage compression / decompression functions to prepare for sets of 1M samples.
Francois Fleuret [Thu, 15 Jun 2017 19:23:59 +0000 (21:23 +0200)]
Added storage compression / decompression functions to prepare for sets of 1M samples.

6 years agoAdd dependencies with svrt.c and svrt.h
Francois Fleuret [Thu, 15 Jun 2017 19:23:22 +0000 (21:23 +0200)]
Add dependencies with svrt.c and svrt.h

6 years agoAdded persistence of the model parameters.
Francois Fleuret [Thu, 15 Jun 2017 14:35:50 +0000 (16:35 +0200)]
Added persistence of the model parameters.

6 years agoChanged back to 50.
Francois Fleuret [Thu, 15 Jun 2017 14:26:55 +0000 (16:26 +0200)]
Changed back to 50.

6 years agoMinor fixes + changed the default number of epochs to 100.
Francois Fleuret [Thu, 15 Jun 2017 13:50:00 +0000 (15:50 +0200)]
Minor fixes + changed the default number of epochs to 100.

6 years agoLog the number of parameters.
Francois Fleuret [Thu, 15 Jun 2017 13:15:13 +0000 (15:15 +0200)]
Log the number of parameters.

6 years agoChanged the network structure to Afroze's ShallowNet.
Francois Fleuret [Thu, 15 Jun 2017 13:11:59 +0000 (15:11 +0200)]
Changed the network structure to Afroze's ShallowNet.

6 years agoCleaning up.
Francois Fleuret [Thu, 15 Jun 2017 12:44:35 +0000 (14:44 +0200)]
Cleaning up.

6 years agoCleaning up.
Francois Fleuret [Thu, 15 Jun 2017 12:38:18 +0000 (14:38 +0200)]
Cleaning up.

6 years agoReplaced SGD with Adam, make the learning rate 1e-1 again.
Francois Fleuret [Thu, 15 Jun 2017 12:32:43 +0000 (14:32 +0200)]
Replaced SGD with Adam, make the learning rate 1e-1 again.

6 years agoOups.
Francois Fleuret [Thu, 15 Jun 2017 12:30:38 +0000 (14:30 +0200)]
Oups.

6 years agoUpdate.
Francois Fleuret [Thu, 15 Jun 2017 12:26:54 +0000 (14:26 +0200)]
Update.

6 years agoClean up + argument parsing + logging into a file.
Francois Fleuret [Thu, 15 Jun 2017 10:23:11 +0000 (12:23 +0200)]
Clean up + argument parsing + logging into a file.

6 years agoFixed the interpreter name.
Francois Fleuret [Thu, 15 Jun 2017 10:06:18 +0000 (12:06 +0200)]
Fixed the interpreter name.

6 years agoInitial commit.
Francois Fleuret [Thu, 15 Jun 2017 07:41:51 +0000 (09:41 +0200)]
Initial commit.

6 years agoUpdate.
Francois Fleuret [Thu, 15 Jun 2017 07:09:24 +0000 (09:09 +0200)]
Update.

6 years agoCosmetics.
Francois Fleuret [Wed, 14 Jun 2017 21:17:29 +0000 (23:17 +0200)]
Cosmetics.

6 years agoUpdate.
Francois Fleuret [Wed, 14 Jun 2017 21:16:22 +0000 (23:16 +0200)]
Update.

6 years agoSimplified the compilation.
Francois Fleuret [Wed, 14 Jun 2017 21:05:00 +0000 (23:05 +0200)]
Simplified the compilation.

6 years agoRenamed the generated python module.
Francois Fleuret [Wed, 14 Jun 2017 21:02:17 +0000 (23:02 +0200)]
Renamed the generated python module.

6 years agoAdded the header.
Francois Fleuret [Wed, 14 Jun 2017 21:01:41 +0000 (23:01 +0200)]
Added the header.

6 years agoAdded a note about the speed of vignette generation.
Francois Fleuret [Wed, 14 Jun 2017 20:22:52 +0000 (22:22 +0200)]
Added a note about the speed of vignette generation.

6 years agoFixed a printf format minor bug.
Francois Fleuret [Wed, 14 Jun 2017 20:08:14 +0000 (22:08 +0200)]
Fixed a printf format minor bug.

6 years agoAdded a basic CNN + the code to test it on all the problems.
Francois Fleuret [Wed, 14 Jun 2017 20:08:01 +0000 (22:08 +0200)]
Added a basic CNN + the code to test it on all the problems.

6 years agoAdded a bunch of sanity checks.
Francois Fleuret [Wed, 14 Jun 2017 19:00:19 +0000 (21:00 +0200)]
Added a bunch of sanity checks.

6 years agoAdded the example image.
Francois Fleuret [Wed, 14 Jun 2017 18:48:34 +0000 (20:48 +0200)]
Added the example image.

6 years agoTypo.
Francois Fleuret [Wed, 14 Jun 2017 16:32:27 +0000 (18:32 +0200)]
Typo.

6 years agoUpdate.
Francois Fleuret [Wed, 14 Jun 2017 16:31:17 +0000 (18:31 +0200)]
Update.

6 years agoInitial commit.
Francois Fleuret [Wed, 14 Jun 2017 16:30:45 +0000 (18:30 +0200)]
Initial commit.

6 years agosvrt.generate_vignettes now takes a 1d label tensor as arguments.
Francois Fleuret [Wed, 14 Jun 2017 16:27:51 +0000 (18:27 +0200)]
svrt.generate_vignettes now takes a 1d label tensor as arguments.

6 years agoTest now saves an example image.
Francois Fleuret [Wed, 14 Jun 2017 16:06:35 +0000 (18:06 +0200)]
Test now saves an example image.

6 years agoInitial commit
Francois Fleuret [Wed, 14 Jun 2017 15:38:05 +0000 (17:38 +0200)]
Initial commit