1. 12 Jun, 2019 2 commits
    • Philip Meier's avatar
      Add test for CIFAR10(0) (#1010) · 67bfb967
      Philip Meier authored
      * added test for CIFAR10(0)
      
      * create CIFAR data on-the-fly
      
      * flake8
      
      * fixed typo
      
      * removed falsely added import
      67bfb967
    • Leon Bottou's avatar
      Added support for the QMNIST dataset (#995) · ac2e995a
      Leon Bottou authored
      * Added general reader for sn3 tensors in "pascalvincent" format
      
      * Added class QMNIST into mnist.py
      
      * QMNIST dataset: make some pt files smaller
      
      * Change request from fmassa.
      
      * read_sn3_pascalvincent_tensor: cse
      
      * read_sn3_pascalvincent_tensor: check file size (when strict!=False)
      
      * Fix lint
      
      * More lint
      
      * Add documentation and expose QMNIST to dataset namespace
      ac2e995a
  2. 11 Jun, 2019 4 commits
    • ekka's avatar
      Refactor Segmentation model (#1009) · 2f64dd90
      ekka authored
      This PR uses a protected method for loading and initializing the segmentation models. Relevant #875
      2f64dd90
    • Dougal J. Sutherland's avatar
      CelebA: track attr names, support split="all", code cleanup (#1008) · e4e167a3
      Dougal J. Sutherland authored
      * CelebA: track attr names, support split="all", code cleanup
      
      * fix typo
      e4e167a3
    • Shahriar's avatar
      C++ Models (#728) · b5db97b4
      Shahriar authored
      * Added the existing code
      
      * Added squeezenet and fixed some stuff in the other models
      
      * Wrote DenseNet and a part of InceptionV3
      
      Going to clean and check all of the models and finish inception
      
      * Fixed some errors in the models
      
      Next step is writing inception and comparing with python code again.
      
      * Completed inception and changed models directory
      
      * Fixed and wrote some stuff
      
      * fixed maxpoool2d and avgpool2d and adaptiveavgpool2d
      
      * Fixed a few stuff
      
      Moved cmakelists to root and changed the namespace to vision and wrote weight initialization in inception
      
      * Added models namespace and changed cmakelists
      
      the project is now installable
      
      * Removed some comments
      
      * Changed style to pytorch style, added some comments and fixed some minor errors
      
      * Removed truncated normal init
      
      * Changed classes to structs and fixed a few errors
      
      * Replaced modelsimpl structs with functional wherever possible
      
      * Changed adaptive average pool from struct to function
      
      * Wrote a max_pool2d wrapper and added some comments
      
      * Replaced xavier init with kaiming init
      
      * Fixed an error in kaiming inits
      
      * Added model conversion and tests
      
      * Fixed a typo in alexnet and removed tests from cmake
      
      * Made an extension of tests and added module names to Densenet
      
      * Added python tests
      
      * Added MobileNet and GoogLeNet models
      
      * Added tests and conversions for new models and fixed a few errors
      
      * Updated Alexnet ad VGG
      
      * Updated Densenet, Squeezenet and Inception
      
      * Added ResNexts and their conversions
      
      * Added tests for ResNexts
      
      * Wrote tools nessesary to write ShuffleNet
      
      * Added ShuffleNetV2
      
      * Fixed some errors in ShuffleNetV2
      
      * Added conversions for shufflenetv2
      
      * Fixed the errors in test_models.cpp
      
      * Updated setup.py
      
      * Fixed flake8 error on test_cpp_models.py
      
      * Changed view to reshape in forward of ResNet
      
      * Updated ShuffleNetV2
      
      * Split extensions to tests and ops
      
      * Fixed test extension
      
      * Fixed image path in test_cpp_models.py
      
      * Fixed image path in test_cpp_models.py
      
      * Fixed a few things in test_cpp_models.py
      
      * Put the test models in evaluation mode
      
      * Fixed registering error in GoogLeNet
      
      * Updated setup.py
      
      * write test_cpp_models.py with unittest
      
      * Fixed a problem with pytest in test_cpp_models.py
      
      * Fixed a lint problem
      b5db97b4
    • Tomas Alori's avatar
      Fix calls to 'download_and_extract_archive()' (#1006) · 394de98e
      Tomas Alori authored
      Changes made in 7716aba5 broke calls to this method.
      394de98e
  3. 07 Jun, 2019 4 commits
  4. 06 Jun, 2019 1 commit
  5. 05 Jun, 2019 3 commits
  6. 03 Jun, 2019 3 commits
  7. 31 May, 2019 1 commit
  8. 30 May, 2019 1 commit
  9. 29 May, 2019 3 commits
  10. 27 May, 2019 2 commits
  11. 25 May, 2019 1 commit
  12. 24 May, 2019 1 commit
  13. 23 May, 2019 3 commits
    • Francisco Massa's avatar
      Fix windows build (#953) · f5167537
      Francisco Massa authored
      * #944
        MSBuild Compile time casting Error
      
      * #944
       MSBuild Error  static_cast<Long> to static_cast<int64_t>
      
      * Add eval.py
       Not Work find_contours
      
      * Remove unnecessary file
      
      * Lint
      f5167537
    • peterjc123's avatar
      Fix for folder tests on Windows (#952) · 6cc8179b
      peterjc123 authored
      6cc8179b
    • Varun Agrawal's avatar
      nms_cuda signature update (#945) · 249cfbf5
      Varun Agrawal authored
      Updated nms_cuda signature to accept detections and scores as separate tensors.
      This also required updating the indexing in the NMS CUDA kernel.
      
      Also made the iou_threshold parameter name consistent across implementations.
      249cfbf5
  14. 22 May, 2019 8 commits
  15. 21 May, 2019 3 commits