README.md
setup.py
xs/__init__.py
xs/core/__global.py
xs/core/__init__.py
xs/core/autograd.py
xs/core/base.py
xs/demos/__init__.py
xs/demos/_2048/__init__.py
xs/demos/_2048/model.py
xs/demos/_2048/ui.py
xs/demos/gobang/__init__.py
xs/demos/gobang/network.py
xs/demos/gobang/train.py
xs/demos/gobang/ui.py
xs/demos/gobang/utils.py
xs/demos/mnist/__init__.py
xs/demos/mnist/keras_train.py
xs/demos/mnist/network.py
xs/demos/mnist/torch_train.py
xs/demos/mnist/train.py
xs/demos/mnist/util.py
xs/layers/__init__.py
xs/layers/activators.py
xs/layers/base.py
xs/layers/convolutional.py
xs/layers/linear.py
xs/layers/normalize.py
xs/layers/ops.py
xs/layers/pooling.py
xs/nn/__init__.py
xs/nn/functional.py
xs/nn/grad_fn.py
xs/nn/initializers.py
xs/nn/models.py
xs/nn/objectives.py
xs/nn/rng.py
xs/nn/td_functional.py
xs/optim/__init__.py
xs/optim/adadelta.py
xs/optim/adagrad.py
xs/optim/adam.py
xs/optim/optimizer.py
xs/optim/rmsprop.py
xs/optim/sgd.py
xs/tests/__init__.py
xs/tests/test_conv.py
xs/tests/test_fc.py
xs/tests/test_speed.py
xs/tests/gradient_check/__init__.py
xs/tests/gradient_check/check_bn.py
xs/tests/gradient_check/check_cnn.py
xs/tests/gradient_check/check_dnn.py
xs/tests/gradient_check/util.py
xs/tests/gradient_check/xs_pytorch/__init__.py
xs/tests/gradient_check/xs_pytorch/activation.py
xs/tests/gradient_check/xs_pytorch/bn1d.py
xs/tests/gradient_check/xs_pytorch/bn2d.py
xs/tests/gradient_check/xs_pytorch/cnn.py
xs/tests/gradient_check/xs_pytorch/dnn.py
xs/tests/gradient_check/xs_pytorch/losses.py
xs/tests/gradient_check/xs_pytorch/pooling.py
xs/tests/resnet/__init__.py
xs/tests/resnet/keras_sg.py
xs/tests/resnet/pytorch_dg.py
xs/tests/resnet/resnet18_dg.py
xs/tests/resnet/resnet18_sg.py
xs/tests/resnet/resnet50_sg.py
xs/utils/__init__.py
xs/utils/common.py
xs/utils/toolkit.py
xs/utils/data/__init__.py
xs/utils/data/dataloader.py
xs/utils/data/dataset.py
xshinnosuke.egg-info/PKG-INFO
xshinnosuke.egg-info/SOURCES.txt
xshinnosuke.egg-info/dependency_links.txt
xshinnosuke.egg-info/top_level.txt