You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zhang Qinghua
8b8c59f01e
Optimize the compile performance in Parser, FG, Manager and Renormalize:
...
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
5 years ago
..
optim
[auto-monad] Support side-effects by auto-monad
6 years ago
probability
update doc example in probability
6 years ago
__init__.py
pylint waring clean
6 years ago
test_activation.py
add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators.
6 years ago
test_batchnorm.py
pylint waring clean
6 years ago
test_cell.py
remove the 'raise' in construct of Cell
6 years ago
test_cell_wrapper.py
implicit type conversion
6 years ago
test_central_crop.py
Add image.CentralCrop
6 years ago
test_checkparameter.py
fix CI random fails
6 years ago
test_clip_by_norm.py
clean pylint
6 years ago
test_container.py
modify sequentialcell
6 years ago
test_conv.py
!906 fix a bug that support dilation greater than 1 in conv2dTranspose ops
6 years ago
test_dense.py
Extension interface for dense
6 years ago
test_dropout.py
delete seed0 and seed1 in Dropout
6 years ago
test_dynamic_lr.py
uniform learning_rate behavior of optimizers
6 years ago
test_flatten.py
pylint waring clean
6 years ago
test_image_gradients.py
pylint waring clean
6 years ago
test_l1_regularizer.py
new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
6 years ago
test_learning_rate_schedule.py
Check whether the network args are tensors in the compile phase
6 years ago
test_loss.py
add rmse loss
5 years ago
test_lstm.py
pylint waring clean
6 years ago
test_msssim.py
update SSIM loss, add MSSSIM loss feature; add their ut testcases.
6 years ago
test_nn_embedding.py
Optimize the compile performance in Parser, FG, Manager and Renormalize:
5 years ago
test_nn_pad.py
remove name arg from gradoperation
6 years ago
test_norm.py
pylint waring clean
6 years ago
test_parameter.py
modify MetaTensor and Tensor
6 years ago
test_pooling.py
clean pylint
6 years ago
test_psnr.py
clean pylint
6 years ago
test_resizebilinear.py
change name from interpolate to resizeBilinear
6 years ago
test_ssim.py
Optimize the compile performance in Parser, FG, Manager and Renormalize:
5 years ago
test_tril.py
Add nn.Tril function
6 years ago
test_triu.py
Add nn.Tril function
6 years ago