提交歷史

作者 SHA1 備註 提交日期
  Dimitri Korsch 308873ca02 new version 3 年之前
  Dimitri Korsch 34900f98ec added "ResNet{35,50}HD" versions by reducing strides at 2 stages in the CNN 4 年之前
  Dimitri Korsch 247bb7d446 added the "InceptionV3HD" by reducing strides at 2 stages in the CNN 4 年之前
  Dimitri Korsch 4f304a41d5 fixed Resnet prepare func 4 年之前
  Dimitri Korsch 18e8cf56b9 added 2 detection models 4 年之前
  Dimitri Korsch eb1184fd8f fixed classifier report function to reduce GPU-Memory accesses 4 年之前
  Dimitri Korsch 3f99d4bf2a updated install rule in the Makefile 4 年之前
  Dimitri Korsch ebec0fe27f minor changes in the requirements and the model_info script 4 年之前
  Dimitri Korsch c24435da08 added chainercv2.resnet18 model to supported models 4 年之前
  Dimitri Korsch 1b0ad79db1 minor change in classifier loading 4 年之前
  Dimitri Korsch adb606c321 updated install rule in the Makefile 4 年之前
  Dimitri Korsch 5c4fd2a8ac fixed loading for training from scratch 4 年之前
  Dimitri Korsch 63f82a8722 added GPU memory and layer runtime profiling to the model info method 4 年之前
  Dimitri Korsch 50c4e09565 fixed printing of the prepare_function 4 年之前
  Dimitri Korsch cabc625d12 added copy mode option in the separate model classifier 4 年之前
  Dimitri Korsch 77acef2a6f new version 4 年之前
  Dimitri Korsch 27c3fa33de fixed minor issues 5 年之前
  Dimitri Korsch fa0d6dec8a fixed minor issues 5 年之前
  Dimitri Korsch 298bf4a6bc storing only_head flag 5 年之前
  Dimitri Korsch 022e8b6c57 missed to add link mappings for InceptionV3 5 年之前
  Dimitri Korsch 6abed3cca5 added more comprehensive pooling handling and prepare_func attribute to the ModelMeta class 5 年之前
  Dimitri Korsch 35aef99979 first version 5 年之前
  Dimitri Korsch 2481ed5cde removed not needed methods 5 年之前
  Dimitri Korsch a68f82b9f2 added tests for MeanModelClassifier loading 5 年之前
  Dimitri Korsch a9e5ef9ec2 moved reloading of file objects to the models and classifier loading methods 5 年之前
  Dimitri Korsch 2d102c018e refactored super() calls 5 年之前
  Dimitri Korsch 0b0d41f0ba added MeanModelClassifier as an example of a SeparateModelClassifier and added tests for creating it 5 年之前
  Dimitri Korsch ca047c5d0e added VGG models to supported and fixed some tests related to it 5 年之前
  Dimitri Korsch 9f7bfcc42a added classifier loading tests. renamed modules of other tests 5 年之前
  Dimitri Korsch f0e2a42af5 added classifier tests 5 年之前