Commit Graph

17 Commits

Author SHA1 Message Date
Sean Morgan 52427dfcdd
Build against 2.14.0 (#2850)
* Build against 2.14.0

---------

Co-authored-by: bhack <bhack@users.noreply.github.com>
Co-authored-by: fsx950223 <fsx950223@outlook.com>
2023-10-16 21:13:11 -07:00
Sean Morgan c35cde6550
Print EOL warning on import (#2824)
* Print EOL msg on import
2023-04-06 08:56:10 -07:00
who who who 3da3ec7872
migrate api and fix build issue (#2682)
* migrate api and fix build issue

* fix some bugs
2022-03-10 10:24:16 +01:00
Gabriel de Marmiesse c0f4a249d3
Relax requirements for dependencies (#1149)
* Relax required versions.
* Relax the requirements for some dependencies.
2020-02-24 12:02:54 -05:00
Gabriel de Marmiesse 49637c3bc8
Grouped dependencies together. (#1131) 2020-02-24 07:18:26 -05:00
Sean Morgan 37f0fd9c0c
BLD: Remove hard installation dep (#974)
* Remove hard installation dep

* Update TF required

* Update build for no dependency

* Move to utils

* Remove sys exit
2020-01-30 17:45:29 +01:00
Gabriel de Marmiesse fa8e966d98 Target tensorflow stable. (#912) 2020-01-23 22:14:14 -05:00
Gabriel de Marmiesse ebd9f415fa Added types and typeguard. (#894)
* Added types and typeguard.
2020-01-23 16:37:48 -05:00
Sean Morgan c512df97e9
BLD: fix nightlies (#824)
* Move requirements.txt into packaging directory
* Remove sudo call in release script
* Fix required includes for windows build
2020-01-03 08:49:54 -05:00
Yan Facai (颜发才) a7afaa703e set up GPU environment (#294)
* BLD: compile gpu kernel for image_projective_transform_op_gpu

* BUG: minor fix

* TST: use gpu

* BLD: fix code style

* CLN: move gpu dir to external dir

* CLN: configure ABI flag

* CLN: leave TODO in configure.sh

* CLN: create cuda_libs target

* CLN: fork use_gpu

* CLN: fix code style

* CLN: remove -c opt and use CUDA_HOME

* CLN: rename external => build_deps

* CLN: add requirements_gpu.txt

* TST: disable failed test cases on GPU

* CLN: tracked by compile issue
2019-07-12 20:39:24 -04:00
Tzu-Wei Sung 2a63dbfd3b Fix LayerNormLSTMCell (#323)
* fix input_shape for LayerNormalization
* unpin 20190625 version
2019-07-01 12:38:22 -04:00
Yan Facai (颜发才) 31750c99bc BUG: pin tf2-nightly version until fix (#322) 2019-06-27 19:32:48 -04:00
Sean Morgan d25483421a
Unpin nightly (#191) 2019-04-19 08:30:42 -04:00
Qianli Scott Zhu 4a15afd7cc Pin to old nightly version (#190)
Until https://github.com/tensorflow/tensorflow/issues/27955 is fixed.
2019-04-18 13:28:43 -04:00
Sean Morgan 2e958ee084
Utilize current TF2 nightly. (#175) 2019-04-16 08:18:34 -04:00
Sean Morgan 922bcf524b
Pin nightly version until fix is in place (#170)
* Pin nightly version until fix is in place
2019-04-13 07:49:18 -04:00
Sean Morgan bfaa4ed79f
BUILD: Setup for release (#62)
* BUILD: Setup versioning
2019-03-03 21:54:25 -05:00