├── .gitignore ├── LICENSE ├── README.md ├── hyper_mixer.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristophReich1996/HyperMixer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristophReich1996/HyperMixer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristophReich1996/HyperMixer/HEAD/README.md -------------------------------------------------------------------------------- /hyper_mixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristophReich1996/HyperMixer/HEAD/hyper_mixer.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | timm>=0.4.12 2 | pytorch>=1.7.0 --------------------------------------------------------------------------------