onnxruntime/tools/ci_build/github/linux/docker/scripts
liqunfu af3988198c
Liqun/e2e transformer test (#3540)
* initial change to transformer.py

* prepare e2e transformer tests

* refactor transformer tests

* put test python files in a flat folder

* fix typo pip install transform(s)

* python 3.6

* python version to 3.6 in install_ubuntu.sh

* remove argparser

* to use opset ver 12

* workaround loss_scale naming patch in case of loss_fn_

* assign self.loss_fn_ so it can be checked

* skip a few un-needed post-process steps

* fix loss_scale_input_name, clean up post process steps

* skip non-frontend tests

* move cpu/cuda related files to coresponding cpu/cuda folder (#3668)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>

* type cast for ratio is not necessary for dropout (#3682)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>

* thrustallocator is not needed since cub is used directly for gather now. (#3683)

Co-authored-by: Weixing Zhang <wezhan@microsoft.com>

* GatherND-12 Implementation (#3645)

* Renamed, UT passing

* Move GatherND CUDA Kerenl into onnxruntime

* Merge GatherNDOpTest

* Refactor Test code

* Merge CPU Kernel Impl

* Handle Negative Indice, Fix UT

* Improve CUDA kernel to handle negative index

* Minor Fixes

* Preserve GatherND-1 Cuda kernel

* Fix Mac build

* fix UT

* Fix Build

* fix GatherNDOpTest.double > CUDA error cudaErrorInvalidDeviceFunction:invalid device function

Co-authored-by: Sherlock Huang <bahuang@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: Peng Wang (pengwa) <pengwa@microsoft.com>

* update with reviewers' comments

* testBertTrainingGradientAccumulation was not using rtol and may fail occasionally with small (e-06) difference

* fix merge mistakes

Co-authored-by: liqun <liqun@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: Weixing Zhang <weixingzhang@users.noreply.github.com>
Co-authored-by: Weixing Zhang <wezhan@microsoft.com>
Co-authored-by: Sherlock <baihan.huang@gmail.com>
Co-authored-by: Sherlock Huang <bahuang@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
Co-authored-by: Peng Wang (pengwa) <pengwa@microsoft.com>
2020-04-30 12:26:38 -07:00
..
install_centos.sh Fix C API tests for centos and mac (#2544) 2019-12-04 18:01:35 -08:00
install_deps.sh Liqun/e2e transformer test (#3540) 2020-04-30 12:26:38 -07:00
install_deps_android.sh NNAPI EP Update (#1483) 2019-07-24 13:20:05 -07:00
install_fedora.sh Delete docker/scripts/install_deps_x86.sh and enable onnx tests for x86 (#1191) 2019-06-08 16:17:18 -07:00
install_fedora_gpu.sh Use CUDA 10.1 for Linux build (#3057) 2020-02-21 11:55:32 -08:00
install_onnx.sh Update onnx submodule to 1.7.0 release candidate (#3405) 2020-04-04 16:23:42 -07:00
install_openvino.sh OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
install_protobuf.sh Initiate the build scripts for ARM ACL (#2652) 2019-12-16 09:44:19 -08:00
install_server_deps.sh Fix onnxruntime server docker file build failure (#3219) 2020-03-15 14:46:46 -07:00
install_ubuntu.sh Add front-end MNIST test (#3231) 2020-04-20 11:19:31 -07:00
requirements.txt Downgrade numpy requirement to 1.16.6 (#3635) 2020-04-22 16:11:33 -07:00