DeepSpeed
Add flops profiler tutorial
#682
Merged

Commits
  • add flops count profiler
    cli99 committed 5 years ago
  • add run script for the small test model
    cli99 committed 5 years ago
  • fix flops sum and add batch counter
    cli99 committed 5 years ago
  • remove hook handles
    cli99 committed 5 years ago
  • add conv2d flops
    cli99 committed 5 years ago
  • add flops compute for major functionals and rnn modules
    cli99 committed 5 years ago
  • work
    cli99 committed 5 years ago
  • fix flops count cal in post hook
    cli99 committed 5 years ago
  • add flops of embedding and dropout as 0
    cli99 committed 5 years ago
  • fix
    cli99 committed 5 years ago
  • add duration and throughput
    cli99 committed 5 years ago
  • add time and throughput
    cli99 committed 5 years ago
  • add basic tracer for wall clock time breakdown
    cli99 committed 5 years ago
  • Added top module info summary
    cli99 committed 5 years ago
  • refactor
    cli99 committed 5 years ago
  • refactor and add readme
    cli99 committed 5 years ago
  • reorg folders
    cli99 committed 5 years ago
  • update readme
    cli99 committed 5 years ago
  • fix xsp init import
    cli99 committed 5 years ago
  • update readme and rename batch to step
    cli99 committed 5 years ago
  • fix multiple steps calc
    cli99 committed 5 years ago
  • update readme
    cli99 committed 5 years ago
  • rename pytorch-profiler to flops-profiler
    cli99 committed 5 years ago
  • rename pytorch-profiler to flops-profiler
    cli99 committed 5 years ago
  • fix steps calc and update readme
    cli99 committed 5 years ago
  • update readme
    cli99 committed 5 years ago
  • update ds
    cli99 committed 5 years ago
  • remove tracer code
    cli99 committed 5 years ago
  • fix incorrect merging
    cli99 committed 5 years ago
  • fix formatting
    cli99 committed 5 years ago
  • fix
    cli99 committed 5 years ago
  • fix sort value divided by steps
    cli99 committed 5 years ago
  • print info when steps is 0
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops_profiler
    jeffra committed 5 years ago
  • add flops profiler class and unit test
    cli99 committed 5 years ago
  • delete examples
    cli99 committed 5 years ago
  • add reload functionals in end profile
    cli99 committed 5 years ago
  • use config dict for flops profiler config
    cli99 committed 5 years ago
  • add doc strings and update readme
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops_profiler
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops_profiler
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops_profiler
    cli99 committed 5 years ago
  • Merge remote-tracking branch 'upstream/master' into master
    cli99 committed 5 years ago
  • work on flops profiler tutorial
    cli99 committed 5 years ago
  • update flops profiler tutorial
    cli99 committed 5 years ago
  • add flops profiler tutorial and fix names
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
  • Merge remote-tracking branch 'upstream/master'
    cli99 committed 5 years ago
  • work on flops profiler tutorial
    cli99 committed 5 years ago
  • update flops profiler tutorial
    cli99 committed 5 years ago
  • add flops profiler tutorial and fix names
    cli99 committed 5 years ago
  • fix tailing ws
    cli99 committed 5 years ago
  • Merge remote-tracking branch 'origin/cheng/flops-profiler-tutorial' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
  • fix names
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
  • remove multistep profiling and update docs
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
  • fix cases where functionals and submodules coexsit in a parent module, udpate readme
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
  • fix typo
    cli99 committed 5 years ago
  • always invoke post hook function
    cli99 committed 5 years ago
  • fix module flops sum and update tests
    cli99 committed 5 years ago
  • update tutorial
    cli99 committed 5 years ago
  • Merge branch 'master' into cheng/flops-profiler-tutorial
    cli99 committed 5 years ago
Loading