Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Commit

Permalink
[auto] Update pytorch to follow pull request 7713
Browse files Browse the repository at this point in the history
  • Loading branch information
onnxbot committed May 20, 2018
1 parent 076e15d commit 7a48f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/pytorch
Submodule pytorch updated 43 files
+1 −1 aten/CMakeLists.txt
+0 −97 binaries/bench_gen/bench_gen.py
+6 −10 binaries/benchmark_helper.cc
+3 −29 caffe2/core/net_async_base.cc
+0 −10 caffe2/core/net_async_base.h
+5 −0 caffe2/core/net_async_polling.cc
+47 −40 caffe2/core/net_async_scheduling.cc
+5 −2 caffe2/core/net_async_scheduling.h
+16 −33 caffe2/core/net_simple.cc
+0 −47 caffe2/core/net_test.cc
+9 −20 caffe2/core/operator_schema.h
+6 −12 caffe2/operators/batch_matmul_op.cc
+1 −6 caffe2/operators/concat_split_op.cc
+3 −14 caffe2/operators/conv_pool_op_base.h
+2 −11 caffe2/operators/fc_inference.cc
+4 −7 caffe2/operators/fully_connected_op.cc
+1 −10 caffe2/operators/one_hot_ops.cc
+1 −2 caffe2/operators/prepend_dim_op.h
+2 −33 caffe2/operators/segment_reduction_op.cc
+10 −250 caffe2/operators/segment_reduction_op_gpu.cu
+4 −5 caffe2/python/data_workers.py
+1 −1 caffe2/python/db_file_reader.py
+0 −15 caffe2/python/layer_model_helper.py
+0 −6 caffe2/python/layers/tags.py
+100 −8 caffe2/python/operator_test/adagrad_test.py
+0 −111 caffe2/python/operator_test/adagrad_test_helper.py
+5 −42 caffe2/python/operator_test/adam_test.py
+0 −79 caffe2/python/operator_test/learning_rate_adaption_op_test.py
+0 −81 caffe2/python/operator_test/segment_ops_test.py
+10 −34 caffe2/python/optimizer.py
+6 −14 caffe2/python/parallel_workers.py
+1 −1 caffe2/python/pybind_state.cc
+1 −2 caffe2/python/schema.py
+2 −7 caffe2/python/workspace.py
+20 −21 caffe2/sgd/adam_op.cc
+18 −65 caffe2/sgd/adam_op.h
+36 −46 caffe2/sgd/adam_op_gpu.cu
+0 −41 caffe2/sgd/learning_rate_adaption_op.cc
+0 −74 caffe2/sgd/learning_rate_adaption_op.h
+7 −6 test/test_torch.py
+25 −2 torch/csrc/Device.cpp
+1 −15 torch/csrc/Dtype.cpp
+4 −5 torch/nn/utils/rnn.py

0 comments on commit 7a48f8f

Please sign in to comment.