https://github.com/dmlc/gluon-cv

sort by:
Revision Author Date Message Commit Date
9975c04 Add static alloc and fix load/save_params (#183) * fix save_params * add warmup lr * add static alloc * tune coco settings * fix load_params * add logging to saving parameters * tune coco param num_sample, test_post_nms * fix params doc * add coco settings to eval * change coco to 2x lr schedule * fix load_params in eval, pretrained backbone is still unchanged 26 June 2018, 05:22:09 UTC
5921740 Add PSPNet (#179) * psp 26 June 2018, 04:42:29 UTC
e915c0b Fix imagenet training script with data loader (#184) * in initial structure * fix * improve verification * slight modification * update tutorial * prepare recio * fix training script * fix tutorial * update scheduler to include warmup, cosine and step * update tutorials * fix * fix * fix lint * Trigger CI * improve doc * change save_params to save_parameters * temporary download test files * update download command * fix * add imagenet mixup * fix * fix * update training results * remove test commands in jenkins * fix tutorial * fix * Trigger CI * Trigger CI * download files for tutorial * update * fix * remove download scripts, waiting for rec file to be added * retry download * Trigger CI * remove download commands * including download, update required pip version * download for doc building * fix path * finalize tutorial shape, hold for pr in mxnet repo * update resnet152 results * need the nightly built mxnet * fix yml * fix doc * fix doc * fix doc? * rename class, fix doc * fix * improve * fix doc * fix training script * fix 25 June 2018, 23:09:53 UTC
25b1717 add models, minor fix to tutorials (#182) * add models, minor fix to tutorials * fix text in model_zoo 25 June 2018, 21:32:29 UTC
6ef533d Fix bug in DeNormalize (#181) It was indeed a bug. Thanks for fixing it! 25 June 2018, 17:48:18 UTC
df2d4ff Image classification training with RecordIter (#161) * in initial structure * fix * improve verification * slight modification * update tutorial * prepare recio * fix training script * fix tutorial * update scheduler to include warmup, cosine and step * update tutorials * fix * fix * fix lint * Trigger CI * improve doc * change save_params to save_parameters * temporary download test files * update download command * fix * add imagenet mixup * fix * fix * update training results * remove test commands in jenkins * fix tutorial * fix * Trigger CI * Trigger CI * download files for tutorial * update * fix * remove download scripts, waiting for rec file to be added * retry download * Trigger CI * remove download commands * including download, update required pip version * download for doc building * fix path * finalize tutorial shape, hold for pr in mxnet repo * update resnet152 results * need the nightly built mxnet * fix yml * fix doc * fix doc * fix doc? * rename class, fix doc * fix * improve * fix doc 22 June 2018, 17:53:36 UTC
6190fad demo size (#178) * demo size 22 June 2018, 05:11:10 UTC
ae98d64 minor fix (#174) 21 June 2018, 00:38:02 UTC
1d4d338 Frcnn tutorial (#173) * new tutorial * fix 20 June 2018, 23:05:34 UTC
ecb5c10 fix average_precision error (#170) fix VOC07MApMetric error when rec or prec is None 20 June 2018, 02:01:44 UTC
07f0964 unittests (#167) 19 June 2018, 02:11:30 UTC
c29ba47 update detection models (#166) * update detection models * fix * remove unused import 18 June 2018, 23:33:12 UTC
089b9c5 Detection improve (#163) * move utils.nn into nn * deprecate DetectionDataLoader, fix doc * improve ssd nms * refresh docs * unittest env * unittest env * fix padding, shorten fcn training 17 June 2018, 04:32:49 UTC
4b8716f Faster RCNN (#155) * init rpn * [On Going] Faster RCNN Model Convert (#105) Converted faster rcnn model from detectron * Faster RCNN model params (#119) params * add RPN and proposal * sync rcnn branch with master (#130) * fix merge * py2 * init faster rcnn * backup * fix * fix frcnn forward * fix rpn post nms * fix * faster rcnn model * use custom op * fix anchors * fix anchors * fix proposal box decoder * add transform * fix inference passed * add script * backup * init training pipeline * batchify and other minor fixes * fix dataloader * training pipeline * bak debug * shape match * add metrics * fix syntax * reset metrics * replace quota sampler * split and load * split and load * fix batch size * fix quota sampler * fix gt resize * add option to convert anchor to center * fix * normalize loss * debug norm * debug norm * order of losses * no need to shuffle * normalize loss * normalize loss * add autograd resume * return pre-sigmoid rpn score * remove debug * loss shape * apply weight on loss * fix initializer * fix * validation transform * fix validation * fix rcnn validation * fix training box * fix * debug fix bn * debug fix weights * import rcnn preset * remove custom op * enable metrics * return anchors for debug * remove raw roi * matcher pick multiple same values * fix matcher * adjust sampler to match original behavior * use option to switch behavior * minor fix * fix * fix * minor fix * hybridize * fix brace * more pause * fix grad in hybrid * single nms * fix val transform * fix evalmetric * tune parameters * clean up hard coded * add demo script * add docs * pylint * rpn has no threshold_low * low as -1 * use 0 as negative threshold for RPN * use softmax in rpn * use resnet50 v2a as pretrained * ignore out of bound anchors * adjust params * debug * fix * remove bipartite in rcnn target * no remove out border rois * Revert "merge softmax" This reverts commit 774074f29cfa58f5bf095ccfcc36b1d7df1eb869, reversing changes made to 419e00c46079b16ea1abb6a66bceb41b332ecdcc. * add faster rcnn coco models * minor training params * minor * hybridize * fix import * coco skip invalid image * add resnetv2 for frcnn with range(0,1) * replace BipartiteMatcher with V1 * [PoC] Demo code for Detectron Model (#140) * fix merge * py2 * poc, faster rcnn demo code for detectron model * pylint * pylint * pylint * ci * roi align version * test ci * before merge clean * tutorials * fix pylint * pylint * env for doc * add more coco models for ssd * fix mean for resnet50_v2a * add mobilenet coco ssd * add to model zoo * update pretrained models * add an option control out border anchors * fix coco eval * fix evaluation * fix ssd validation * syntax * fix * fix * frcnn coco eval interval 1 * minor fix * pylint 15 June 2018, 20:16:24 UTC
bc91cd5 upgrade pip (#162) * upgrade pip * fix * fix * fix * fix * reset * clean up 14 June 2018, 21:21:54 UTC
40c3eef fix download dir (#157) 13 June 2018, 22:11:08 UTC
3713fd6 fix gluonvision => gluoncv in docs (#154) fix typo 06 June 2018, 23:30:32 UTC
4999f97 Hybrid FCN + FCN for ADE20K (#152) 05 June 2018, 22:18:42 UTC
ddd87e3 Fix typo ade20k.py (#149) 30 May 2018, 18:24:10 UTC
ab97f4c remove bad synchronization during ssd validation (#148) * fix sync order in valid * fix eval_ssd * change sync order in MultiBoxLoss * fix list * fix * fix lint 29 May 2018, 17:45:03 UTC
09afef6 Avoid loading dataset, when load the model (#147) fixes https://github.com/dmlc/gluon-cv/issues/145 26 May 2018, 23:19:27 UTC
cccec0b Cocotrain (#144) * init * temp * fix * fix * fix import * abspath * prefix * add network def * add to modelzoo * try fix * fix import * modify ssd * fix * fix import path * use thresh to remove bad scores * no clean * fix gt * format * improve training * format * fix val interval * format * fix coco detection box format * fix pylint * don't break api * fix * fix * fix 24 May 2018, 21:25:40 UTC
c1bbc36 Update Cifar ResNext Result (#141) * add mobilenetv2 to model_zoo * add resnext model for cifar * fix cifar resnext pretrained model download * improve test for model zoo * improve * fix test * fix test * fix tests * fix * new cifar resnext score 23 May 2018, 18:42:50 UTC
287a583 fix error in building docs (#139) 22 May 2018, 21:35:39 UTC
54fe49a using cpu in tutorial for ci test (#134) * using cpu for ci test 18 May 2018, 21:13:14 UTC
c023880 Fix windows bug with filename (#133) * Fix windows bug with filename * Update demo_ssd.py 18 May 2018, 01:05:58 UTC
fbc909a Update training script for SENet (#131) * add senet controls, add recursive visit function * trigger ci * fix test * expose model * fix training script * apply freeze bn 17 May 2018, 00:37:45 UTC
e0d65d1 add senet controls, add recursive visit function (#129) * add senet controls, add recursive visit function * trigger ci * fix test * expose model 16 May 2018, 23:20:08 UTC
a601070 DataParallel && Context in FCN (#128) fixes https://github.com/dmlc/gluon-cv/issues/102 16 May 2018, 23:19:00 UTC
0f95cdd fix bash -e (#127) * fix bash -e * unittest env * clean * clean * clean * rename * use cu80 * fix env * fix ctx * fix ctx * fix ctx init * disable some gpu test in case out of memory * disable some gpu test in case out of memory * disable some gpu test in case out of memory * fix * disable pretrained * debug * debug * with cpu * finalize * finalize 16 May 2018, 22:45:22 UTC
f90d4cd reset ctx for pretrained mdoel (#117) fixes https://github.com/dmlc/gluon-cv/issues/116 16 May 2018, 18:21:29 UTC
b34ec78 Improve model zoo unittest (#125) * add mobilenetv2 to model_zoo * add resnext model for cifar * fix cifar resnext pretrained model download * improve test for model zoo * improve * fix test * fix test * fix tests * fix 16 May 2018, 01:11:09 UTC
24726aa badge no cache (#126) 16 May 2018, 01:01:38 UTC
7b53af2 improve imagenet training script (#124) * improve imagenet training script * update tutorial * update dummy function 15 May 2018, 22:33:01 UTC
937bcfc Cache for badge (#123) * add cache limit to badge on master * update ci url 15 May 2018, 19:43:47 UTC
48bf648 Add resnext model for cifar10 (#122) * add mobilenetv2 to model_zoo * add resnext model for cifar 15 May 2018, 18:38:39 UTC
c4e3bca Detection dataset from record file (#121) * add RecordFileDetection * set cache-control to badges * fix lint 15 May 2018, 18:37:21 UTC
7d7fcdb Fix augmentation and training speed calculation in dummy training (#120) * support dummy training for testing * improve script * fix augmentation and speed calculation * fix calculation 15 May 2018, 00:29:57 UTC
8ec1176 import se_resnet and add its name string (#118) * import se_resnet and add its name string * add unittest for se_resnet and se_resnext 14 May 2018, 23:29:39 UTC
c6d5862 more unittests (#114) * more unittests * matplotlib use agg * matplotlib backend 14 May 2018, 17:24:34 UTC
e9cc2bf support dummy training for testing (#115) * support dummy training for testing * improve script 12 May 2018, 00:40:42 UTC
a997dd2 Improve SE block by AdaptiveAvgPool2D (#113) * speed up SE block by AdaptiveAvgPool2D * fix 12 May 2018, 00:33:24 UTC
ab9c08b better looking tutorial (#112) 11 May 2018, 18:51:00 UTC
b034256 Force unittest and coverage (#111) * unittest * add coverage * add badge * keep badge * fix markdown 11 May 2018, 17:55:39 UTC
c587dd3 fix multi-size testing using single gpu (#110) 11 May 2018, 00:36:52 UTC
9da7b65 add mobilenetv2 to model_zoo (#109) 10 May 2018, 18:45:02 UTC
8f639dd Add script to verify models on imagenet validation set (#108) * verify pretrained model for imagenet * improve script * improve import 10 May 2018, 17:57:30 UTC
7c281e0 fix int (#107) 10 May 2018, 01:27:49 UTC
8b07e8c Fix ResNext (#106) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs * add resnet101 logs * improve modelzoo test * add mobilenet result * add reference for mobilenetv2 * add cifar resnext * add name to model zoo * fix * fix * fix * fix * fix * fix * add resnext for imagent * fix typo * add random crop with padding * fix * fix cifar10 data aug * fix * fix * fix * improve cifar scripts * update cifar training records * fix resnext * fix cifar resnet * add tests * fix pylint * fix * fix table * update pretrained models * fix cifar demo * update tutorial * fix cifar demo tutorial * re-trigger * add se_resnet * add se layers to resnext * modify script to enable se * fix * fix * fix * improve model zoo table * fix broadcast * add senet, add label smoothing, fix lint * fix lint * fix resnext related models * fix lint 09 May 2018, 23:53:29 UTC
fee6aee Add SE-ResNext Model (#104) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs * add resnet101 logs * improve modelzoo test * add mobilenet result * add reference for mobilenetv2 * add cifar resnext * add name to model zoo * fix * fix * fix * fix * fix * fix * add resnext for imagent * fix typo * add random crop with padding * fix * fix cifar10 data aug * fix * fix * fix * improve cifar scripts * update cifar training records * fix resnext * fix cifar resnet * add tests * fix pylint * fix * fix table * update pretrained models * fix cifar demo * update tutorial * fix cifar demo tutorial * re-trigger * add se_resnet * add se layers to resnext * modify script to enable se * fix * fix * fix * improve model zoo table * fix broadcast * add senet, add label smoothing, fix lint * fix lint 09 May 2018, 21:17:34 UTC
c446f89 Data Parallel for Single GPU Evaluation (#103) * data parallel for single gpu evaluation 09 May 2018, 17:49:52 UTC
4606b7c re-org structures to match mxnet.gluon, fix ssd training speed (#99) * vgg atrous name * add utils to allow runtime install pycocotools * mscoco * prepare coco * fix * dev bak * coco detection * add tutorial * fix breaking parallel * fix * reorg and move target_generator to loader * bak * training loop rewrite * fix circular import * fix init * fix label as ndarray * fix loss * fix * fix lint * fix merge * fix tutorial accordingly * fix pylint for ci * fix tutorial * fix tutorial 09 May 2018, 17:18:58 UTC
c9d5b79 data parallel for single gpu (#98) 08 May 2018, 23:38:17 UTC
e0fe0c1 MS COCO dataset (#88) * vgg atrous name * add utils to allow runtime install pycocotools * mscoco * prepare coco * fix * dev bak * coco detection * add tutorial * add to tutorial * fix lint * fix label * fix tutorial minor * better display image 08 May 2018, 20:17:44 UTC
7b4a11d fix (#94) 08 May 2018, 19:58:54 UTC
af5ff23 add favicon (#92) 07 May 2018, 23:51:00 UTC
9bea7f1 Fix cifar demo tutorial (#91) * fix cifar demo tutorial * re-trigger 07 May 2018, 22:10:52 UTC
6853cc6 Add resnext, fix cifar data augmentation (#90) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs * add resnet101 logs * improve modelzoo test * add mobilenet result * add reference for mobilenetv2 * add cifar resnext * add name to model zoo * fix * fix * fix * fix * fix * fix * add resnext for imagent * fix typo * add random crop with padding * fix * fix cifar10 data aug * fix * fix * fix * improve cifar scripts * update cifar training records * fix resnext * fix cifar resnet * add tests * fix pylint * fix * fix table * update pretrained models * fix cifar demo * update tutorial 07 May 2018, 21:04:16 UTC
fa33ede ResNetV1b with dilation (#81) * resnetv1b with dilation 03 May 2018, 04:41:18 UTC
573f52d bump up version (#84) 02 May 2018, 21:10:37 UTC
bec7943 Add unittest on model zoo, and mobilenetv2_1.0 result (#82) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs * add resnet101 logs * improve modelzoo test * add mobilenet result * add reference for mobilenetv2 02 May 2018, 00:33:02 UTC
3c70a24 add resnet101 training logs (#80) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs * add resnet101 logs 01 May 2018, 18:01:31 UTC
b260fcc Update Readme to replace badge for building status 01 May 2018, 01:10:39 UTC
c4e2471 update url and test oom (#79) * rename param suggested by Tong * pylint * update url 01 May 2018, 00:03:02 UTC
2f5875e Add new resnet18 and resnet34 re-trained models and logs (#76) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download * add new resnet18/34 models and logs * correct numbers * add resnet50 v1 logs 30 April 2018, 21:35:25 UTC
15ed8a4 Typo (#75) Fix typo 27 April 2018, 14:36:49 UTC
a1c0b74 Fix missing imports and undefined names (#73) 26 April 2018, 23:17:48 UTC
908a26b rename param suggested by Tong (#74) * rename param suggested by Tong 26 April 2018, 16:22:51 UTC
3811c07 add github source (#71) * add github source * Update index.rst 26 April 2018, 00:33:03 UTC
343e4e7 add imagenet scripts to model zoo (#70) * add imagenet scripts to model zoo * more resnet results * add resnet v1 * fix table * fix table * fix table * add download 25 April 2018, 22:32:33 UTC
ae63f94 add log (#69) 25 April 2018, 19:47:06 UTC
5ceb558 Issues of #59 (#68) * address some issue in #59 * fix link to model zoo * fix link 25 April 2018, 19:39:51 UTC
a026c44 fix imagenet demo training (#67) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix * refine hint * fix download link * fix table * fix ade20k table * fix * fix imagenet demo 25 April 2018, 17:58:57 UTC
1a62e32 upload to s3://gluon-cv.mxnet.io/ 25 April 2018, 07:35:11 UTC
c205a2b fix rst table for imagenet model zoo (#65) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix * refine hint * fix download link * fix table * fix ade20k table * fix 25 April 2018, 06:36:14 UTC
b31189f detection (#61) * doc improvement * rename to gluoncv * rename gv to gcv * datasets revision * fix * fix * fix 25 April 2018, 06:00:22 UTC
9259073 fix todo temporarily (#64) 24 April 2018, 21:30:36 UTC
f61c32d fix link, add examples * fix link * rm target transform * add segmentation dataloader example * add examples * a few example * fix folder 24 April 2018, 19:07:52 UTC
126eedd clean docs (#62) 24 April 2018, 06:55:42 UTC
56f1326 improve docs con't (#57) * docs * reorder * rename titles for orders * fix link format * add a space * fix typo * make clean docs * fix fromarray * mark expected failure * jenkins * fix warnings * expected failures 24 April 2018, 06:18:50 UTC
1d0672c Fix ADE20K demo (#60) 24 April 2018, 06:06:14 UTC
494bf73 Add Google analytics (#58) * Create google_analytics.js * Update conf.py 24 April 2018, 04:56:19 UTC
9300bb5 detection (#56) 24 April 2018, 02:25:04 UTC
e68b46c add download link and training command (#55) 24 April 2018, 01:42:10 UTC
f0eebf0 pypi (#54) 24 April 2018, 00:52:46 UTC
09139bd Model zoo for classification (#53) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix * refine hint * fix download link 24 April 2018, 00:52:33 UTC
1b2c062 Model Zoo for Classification (#52) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme * ordering title, improve model zoo table * improve table * re-define example sort key * fix * test table * fix table * narrower table * narrow * test adding link * fix large table * narrow * add hint * fix 24 April 2018, 00:07:59 UTC
e0db491 revision of classification (#50) * revision of classification * fix 23 April 2018, 21:32:44 UTC
e4d4043 model_zoo and minor fixes (#51) * fix lr decay * model zoo * fixes * fix lint * fix lint * fix typo * fix multiple docs 23 April 2018, 21:10:02 UTC
dfac51f [Do Not Merge] New train and test scipts (#46) new scripts 23 April 2018, 16:38:20 UTC
fa2144e Doc improvement (#48) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve * refine cifar10 demo * add imagenet demo * improve cifar10 training * improve transfer learning * improve imagenet training * refine history plotting * fix * fix lint * add path to plot * fix * improve * improve script readme 22 April 2018, 23:57:19 UTC
0373791 [In Progress] Tutorial on ImageNet Training (#45) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix * add imagenet training script, fix api doc * improve tutorial * improve * improve 21 April 2018, 00:00:49 UTC
45295ca update tutorials (#47) * ssd save training log, fix lr-decay * fix * backup * ssd advanced tutorials * fix some TODOs, more to be done * update tutorial 20 April 2018, 23:36:01 UTC
484557c improve imagenet training script 20 April 2018, 23:18:58 UTC
2bff181 data api (#41) * data api * update dataloader 20 April 2018, 05:56:32 UTC
3fc4d99 [In Progress] Adding tutorial on transfer learning (#43) * improve imagenet scripts * add history plot utils * add history plot in cifar script * fix plot on server (no X) * half finished tutorial, needs pretrained model first * add best model saving for imagenet * fix bug * fix * fix * add demo * fix * add pretrained model accuracy * add pretrained resnet for cifar10 * add wrn pretrained-model * add pretrained model to wrn, modify demo * reorg scripts/classification * rename files, update doc * improve * add doc * change to rst * improve plot function * merge * move doc to script * reorg tutorial structure * restruct sphinx * add finetune * local changes * improve * fix * fix * fix plot * fix * fix demo * rename * add prepare data * fix finetune * change to minc data * fix augmentation * finish finetune minc 2500 * improve docs * add gitignore for docs/ * add finetune * rollback gitignore * fix * switch py code + cooments * fix * fix script * add cifar demo and finetune as py * mask transfer learning * improve doc * improve * improve * add runnable finetune tutorial * add comments to finetune tutorial * fix * fix 20 April 2018, 00:46:03 UTC
1484931 Update Jenkinsfile (#42) * Update Jenkinsfile * Update Jenkinsfile 19 April 2018, 23:27:49 UTC
419afe5 4 tutorials in classification, the one on transfer learning is masked () 4 tutorials in classification, the one on transfer learning is masked 19 April 2018, 22:08:54 UTC
50e8670 move note -> hint (#39) 19 April 2018, 18:33:51 UTC
ce3634e update demo_ssd.py (#37) * update demo_ssd.py * fix error 19 April 2018, 17:12:27 UTC
back to top