You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added some context for EvNN
* AdamW, Simpler Thresholds (#5)
* Switched to AdamW optimizer, simplified threshold parameterization, slight changes to the training of thresholds
* removed wandb from training script
* fixed inference script and updated README.md
* Improved setup and install (#8)
* improve setup and remove makefiles
* remove makefile
---------
authored-by: KhaleelKhan <khaleelulla.khan@tu-dresden.de>
* bump up version, update readme
* include required files in distributed archive
* only require nvcc to compile cuda kernels
* cleaned LM code from pruning attempts
* update changelog and prepare merge
---------
Co-authored-by: Anand <anandtrex@users.noreply.github.com>
Co-authored-by: Mark Schoene <mark.schoene@tu-dresden.de>
Co-authored-by: KhaleelKhan <khaleelulla.khan@tu-dresden.de>
> The build script tries to automatically detect GPU compute capability. In case the GPU is not available during compilation, for example when building with docker or when using compute cluster login nodes for compiling, Use enviroment variable `EVNN_CUDA_COMPUTE` to set the required compute capability.
66
+
> Example: For CUDA Compute capability 8.0 use ```export EVNN_CUDA_COMPUTE=80```
67
+
63
68
## Performance
64
69
65
70
Code for the experiments and benchmarks presented in the paper are published in ``benchmarks`` directory.
0 commit comments