hapi icon indicating copy to clipboard operation
hapi copied to clipboard

hapi is a High-level API that supports both static and dynamic execution modes

Results 12 hapi issues
Sort by recently updated
recently updated
newest added

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Upgrade the usage of sublayers, because incompatible upgrade occurred in the `sublayers`: - sublayers(self, include_sublayers=True) => sublayers(self, include_self=False)

![image](https://user-images.githubusercontent.com/33951338/89779737-986fa700-db42-11ea-89f4-2d427b52b9fd.png)

Update seq2seq network for using attention or not.

![image](https://user-images.githubusercontent.com/33951338/89755721-fab0b380-db12-11ea-9ecf-e8c1e7684756.png)

does the paddle support syncBN when training in multi-gpus using hapi API?

Add unit tests and more apis for text.py Currently, text.py includes apis as follows: ```python __all__ = [ 'RNNCell', 'BasicLSTMCell', 'BasicGRUCell', 'RNN', 'BidirectionalRNN', 'StackedRNNCell', 'StackedLSTMCell', 'LSTM', 'BidirectionalLSTM', 'StackedGRUCell', 'GRU', 'BidirectionalGRU',...