├── Logs ├── m=1 │ └── log1-m1.txt ├── m=2 │ └── log1-m2.txt ├── m=3 │ └── log1-m3.txt ├── m=4 │ └── log1-m4.txt └── plot_logs.py ├── README.md ├── images └── 2d_vis.png ├── lsoftmax.py ├── models.py └── train_mnist.py /Logs/m=1/log1-m1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/Logs/m=1/log1-m1.txt -------------------------------------------------------------------------------- /Logs/m=2/log1-m2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/Logs/m=2/log1-m2.txt -------------------------------------------------------------------------------- /Logs/m=3/log1-m3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/Logs/m=3/log1-m3.txt -------------------------------------------------------------------------------- /Logs/m=4/log1-m4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/Logs/m=4/log1-m4.txt -------------------------------------------------------------------------------- /Logs/plot_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/Logs/plot_logs.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /images/2d_vis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/images/2d_vis.png -------------------------------------------------------------------------------- /lsoftmax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/lsoftmax.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/models.py -------------------------------------------------------------------------------- /train_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amirhfarzaneh/lsoftmax-pytorch/HEAD/train_mnist.py --------------------------------------------------------------------------------