"docs/vscode:/vscode.git/clone" did not exist on "c1079f0887bec9a7d58f49001960febbbbd3f92b"
  1. 07 Jul, 2017 2 commits
    • Davis King's avatar
      merged · ebdc064c
      Davis King authored
      ebdc064c
    • Juha Reunanen's avatar
      Add new loss for weighted pixel inputs (#685) · 0ed1ce61
      Juha Reunanen authored
      * Add new loss for weighted pixel inputs (may be useful e.g. to emphasize rare classes)
      
      * Deduplicate method loss_multiclass_log_per_pixel_(weighted_)::to_label
      
      * Add a simple test case for weighted inputs
      (also, fix a typo in test_tensor_resize_bilienar's name)
      
      * Add loss_multiclass_log_per_pixel_weighted_ to loss_abstract.h
      
      * Decrease the amount of weighting
      
      * There's no need to train for a very long time
      0ed1ce61
  2. 06 Jul, 2017 2 commits
  3. 05 Jul, 2017 2 commits
  4. 04 Jul, 2017 4 commits
  5. 03 Jul, 2017 1 commit
    • Juha Reunanen's avatar
      Disable IntelliSense for all DNN unit tests (#678) · 4ec04bd5
      Juha Reunanen authored
      * Problem:    Visual Studio's vcpkgsrv.exe constantly uses a single CPU core,
                  apparently never finishing whatever it's trying to do. Moreover,
                  this issue prevents some operations like switching from Debug to
                  Release (and vice versa) in the IDE. (Your mileage may vary.)
      Workaround: Keep manually killing the vcpkgsrv.exe process.
      Solution:   Disable IntelliSense for some files. Which files? Unfortunately
                  this seems to be a trial-and-error process.
      
      * Disable IntelliSense for the ResNet declarations
      
      * Disable IntelliSense for even more stuff
      
      * Disable IntelliSense for all DNN unit tests
      4ec04bd5
  6. 02 Jul, 2017 2 commits
  7. 01 Jul, 2017 16 commits
  8. 30 Jun, 2017 1 commit
    • Juha Reunanen's avatar
      Problem: Visual Studio's vcpkgsrv.exe constantly uses a single CPU core, (#666) · 2ee26aa5
      Juha Reunanen authored
      apparently never finishing whatever it's trying to do. Moreover,
                  this issue prevents some operations like switching from Debug to
                  Release (and vice versa) in the IDE. (Your mileage may vary.)
      Workaround: Keep manually killing the vcpkgsrv.exe process.
      Solution:   Disable IntelliSense for some files. Which files? Unfortunately
                  this seems to be a trial-and-error process.
      2ee26aa5
  9. 28 Jun, 2017 2 commits
  10. 27 Jun, 2017 3 commits
  11. 26 Jun, 2017 1 commit
  12. 22 Jun, 2017 1 commit
  13. 21 Jun, 2017 2 commits
  14. 20 Jun, 2017 1 commit