Commit Graph

132 Commits (8b4417c19a2147e1c8228d4c69f025dd8de43d41)
 

Author SHA1 Message Date
Kai Chen 0f2594bc3a
Merge pull request #15 from open-mmlab/cnn
Add cnn module
2018-10-10 16:54:12 +08:00
Kai Chen c5fee83493
Merge pull request #17 from yl-1993/cnn
support initializing with official pretrained model
2018-10-10 16:23:51 +08:00
yl-1993 0164a0466c rm unused 2018-10-10 15:09:20 +08:00
yl-1993 41ee590eaa keep name rule consistent with official model 2018-10-10 15:08:57 +08:00
Kai Chen 3333bab612 use weight init methods 2018-10-10 00:03:16 +08:00
Kai Chen 6243822627 Merge branch 'yl-1993-cnn' into cnn 2018-10-09 23:47:06 +08:00
Kai Chen 4b2abfcf24 minor format adjustment 2018-10-09 23:46:36 +08:00
yl-1993 64afdd0afa put newline as last character 2018-10-09 23:12:54 +08:00
yl-1993 afa55d8be2
Merge branch 'cnn' into cnn 2018-10-09 22:59:21 +08:00
yl-1993 f63f2a9748 fix flake8 error 2018-10-09 22:41:18 +08:00
Kai Chen 9af1a2b025 add weight initialization methods 2018-10-09 22:11:11 +08:00
yl-1993 8332ddbcbe rm unused 2018-10-09 21:20:13 +08:00
yl-1993 64959bd772 add alexnet & vgg 2018-10-09 21:14:09 +08:00
yl-1993 867d5a5003 consistent param list of block 2018-10-09 21:08:03 +08:00
Kai Chen 080489e931 set default log dir for TensorboardLoggerHook 2018-10-09 00:06:48 +08:00
Kai Chen 99f53d2ac1 fix tests 2018-10-08 21:28:14 +08:00
Kai Chen 7ba182a133 bug fix for missing imports 2018-10-08 20:36:33 +08:00
Kai Chen b9fa5c9094 add collate function 2018-10-08 20:34:49 +08:00
Kai Chen d400ac081e add parallel module 2018-10-08 20:15:15 +08:00
Kai Chen 47fc7a69ed fix unit test 2018-10-07 19:31:47 +08:00
Kai Chen b98980b77b add some unit tests 2018-10-07 17:45:41 +08:00
Kai Chen ecfce392fa add EmptyCacheHook and rename some modules 2018-10-07 17:30:00 +08:00
Kai Chen e363982ada add cnn module 2018-10-06 20:00:52 +08:00
Kai Chen f4550cd319
Merge pull request #14 from open-mmlab/docs
Draft documentation
2018-10-06 15:46:00 +08:00
Kai Chen 4cfd45f7b0 minor fix 2018-10-06 14:53:22 +08:00
Kai Chen 6d623cf1ed add some documentation 2018-10-06 14:44:27 +08:00
Kai Chen 509d12f944 fix init arguments 2018-10-06 14:44:11 +08:00
Kai Chen 523f861b69 add priority enum 2018-10-05 23:55:44 +08:00
Kai Chen f573c11c3d draft documentation 2018-10-05 00:01:05 +08:00
Kai Chen ad98e856de set version number to 0.2.0 2018-10-05 00:00:22 +08:00
Kai Chen 852e980eac ignore a flake8 error 2018-10-04 20:36:29 +08:00
Kai Chen 5a372d0592 bug fix and update examples 2018-10-04 20:20:29 +08:00
Kai Chen 6e8d925e45 add a class decorator to register file handlers 2018-10-04 19:48:59 +08:00
Kai Chen d796c13b1b rename torchpack to runner 2018-10-04 19:27:24 +08:00
Kai Chen 51b73ac173 refactoring and remove some public apis 2018-10-04 17:15:14 +08:00
Kai Chen 34eca27216 add register_handler and refactor BaseFileHandler 2018-10-04 16:58:11 +08:00
Kai Chen 3e1befe1b5 bug fix 2018-10-03 17:56:52 +08:00
Kai Chen 97f9febd42 add a method to draw bboxes and labels 2018-10-03 17:19:54 +08:00
Kai Chen c3f87f48d1 bug fix 2018-10-01 22:26:18 +08:00
Kai Chen ddef9a5606 fix flake8 errors 2018-10-01 22:13:52 +08:00
Kai Chen f9d8870f45 auto-connect pavi service before running 2018-10-01 18:46:56 +08:00
Kai Chen 95cb88535f Merge branch 'master' of github.com:open-mmlab/mmcv 2018-09-29 23:54:11 +08:00
Kai Chen e042299452 update cifar10 example 2018-09-29 23:53:58 +08:00
Kai Chen 961c338893 minor update of hooks 2018-09-29 23:50:37 +08:00
Kai Chen 93620a28f1
Merge pull request #9 from ycxioooong/master
add slice support and unit test
2018-09-27 13:47:34 +08:00
xiongyu 6249f829c6 add negative indexing support 2018-09-27 13:38:36 +08:00
xiongyu c75ff25940 add more tests for video_reader slice 2018-09-27 13:21:59 +08:00
xiongyu c16fab7eca minor change: value error to index error 2018-09-26 22:16:11 +08:00
xiongyu 2ab73c85ee add slice support and unit test 2018-09-26 22:00:30 +08:00
Kai Chen c211ab132d use attributes to check if a model is a DataParallel or DistributedDataParallel 2018-09-25 01:56:16 +08:00