Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: Congyuwang/AlphaNetV3

Release v0.0.20

27 Aug 02:12
fdf12bb
Compare
Choose a tag to compare

Make the number of hidden units adjustable

Release v0.0.19

26 Aug 08:06
Compare
Choose a tag to compare

reduce GPU memory && max/min normalization

  • use numpy and numba instead of tensorflow in data
  • use main memory in data module instead of GPU
  • add normalization for large features

Release v0.0.18

25 Aug 15:17
Compare
Choose a tag to compare

Release v0.0.18

Make BN optional in AlphabetV4

Release v0.0.17

25 Aug 12:59
Compare
Choose a tag to compare

add another model variant AlphanetV4

Release v0.0.16

25 Aug 09:17
Compare
Choose a tag to compare

Release v0.0.16

allow choosing between GRU and LSTM

Release v0.0.15

19 Aug 08:07
Compare
Choose a tag to compare

Support TensorFlow 2.6.0

Release v0.0.14

13 Aug 05:55
53fc7af
Compare
Choose a tag to compare

allowing overriding val_length in data.TrainValData.get()

Release v0.0.13

10 Aug 05:56
Compare
Choose a tag to compare

data module full support for classification task

Release V0.0.12

09 Aug 13:31
Compare
Choose a tag to compare
Release V0.0.12 Pre-release
Pre-release

Reduce memory usage in data tool

Release v0.0.11

05 Aug 10:19
Compare
Choose a tag to compare

improve data pipeline memory efficiency