Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tensorlayer/TensorLayerX issues and pull requests
#82 - Fix some bugs in oneflow backend implement
Pull Request -
State: open - Opened by moehanabi 3 months ago
#81 - Fix some bugs in jittor backend implement
Pull Request -
State: closed - Opened by moehanabi 3 months ago
#80 - Fix some bugs
Pull Request -
State: open - Opened by moehanabi 3 months ago
#79 - add_Jittor: Passing model tests, Parameter and Module Container test
Pull Request -
State: closed - Opened by hishambarakat16 5 months ago
#78 - Add jittor
Pull Request -
State: closed - Opened by hishambarakat16 7 months ago
#77 - ImportError: cannot import name 'distributed_init' from 'tensorlayerx.backend.ops.load_backend'
Issue -
State: open - Opened by AnsonCNS over 1 year ago
- 5 comments
#76 - update readthedocs yml
Pull Request -
State: closed - Opened by hanjr92 over 1 year ago
#75 - add torch distribution
Pull Request -
State: closed - Opened by Ivorfeng over 1 year ago
#74 - fix unsorted_segment_ops
Pull Request -
State: closed - Opened by hanjr92 almost 2 years ago
#73 - fix mindspore backend ops
Pull Request -
State: closed - Opened by hanjr92 almost 2 years ago
#72 - fix some bugs
Pull Request -
State: closed - Opened by qzhiyue almost 2 years ago
#71 - Add Oneflow optimizers
Pull Request -
State: closed - Opened by QuantumLiu almost 2 years ago
#70 - Add backend 0203
Pull Request -
State: closed - Opened by Laicheng0830 about 2 years ago
#69 - Pytorch后端NHWC和NCHW问题
Issue -
State: open - Opened by Windaway about 2 years ago
#68 - TensorLayerX 0.5.8 Release
Pull Request -
State: closed - Opened by Laicheng0830 about 2 years ago
#67 - fix load_images
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#66 - fix celebA dataset load
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#65 - update files/datasets download info
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#64 - fix docs/vision
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#63 - update conv2dtranspose
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#62 - Fix build html docs
Pull Request -
State: closed - Opened by Laicheng0830 about 2 years ago
#61 - fix maxpool1d/2d/3d
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#60 - add some functions
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#59 - net.set_eval() seems not work well
Issue -
State: closed - Opened by qzhiyue about 2 years ago
- 1 comment
#58 - Fix docs
Pull Request -
State: closed - Opened by Laicheng0830 about 2 years ago
#57 - add some functions
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#56 - add paddle backend ops
Pull Request -
State: closed - Opened by hanjr92 about 2 years ago
#55 - tensorlayerx.ops.Pad不支持“channels_first”的data_format,后续会补充“channels_first”的格式吗?
Issue -
State: open - Opened by zhxiucui about 2 years ago
#54 - tensorlayerx 有么有与paddle.expand对应的算子?
Issue -
State: closed - Opened by zhxiucui about 2 years ago
- 1 comment
#53 - tenorlayerx.nn没有paddle.nn.InstanceNorm2D对应的算子
Issue -
State: open - Opened by zhxiucui about 2 years ago
#52 - tensorlayerx没有优化函数的基类, 只能使用tlx.optimizers.paddle_optimizers.Optimizer来判断
Issue -
State: open - Opened by zhxiucui about 2 years ago
#51 - tensorlayerx.nn.UpSampling2d当data_format="channels_first"和paddle.nn.Upsample输出结果维度不一致
Issue -
State: open - Opened by zhxiucui about 2 years ago
#50 - tlx 没有与paddle.nn.functional模块对应的max_pool2d,avg_pool2d,conv2d_transpose,max_unpool2d,normalize算子
Issue -
State: open - Opened by zhxiucui about 2 years ago
- 1 comment
#49 - tensorlayerx.nn.ConvTranspose2d没有output_padding参数,但paddle.nn.Conv2DTranspose有
Issue -
State: closed - Opened by zhxiucui about 2 years ago
- 1 comment
#48 - tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Pad2d,但paddle.nn有
Issue -
State: open - Opened by zhxiucui about 2 years ago
#47 - paddle.index_select()在tensorlayerx中没找到对应方法
Issue -
State: closed - Opened by moshizhiyin about 2 years ago
- 2 comments
#46 - F.unfold()在tensorlayerx中没找到对应方法
Issue -
State: closed - Opened by moshizhiyin about 2 years ago
- 2 comments
#45 - tensorlayerx.argmax没有参数keepdim,但paddle.argmax有
Issue -
State: open - Opened by zhxiucui about 2 years ago
#44 - tensorlayerx中没找到与paddle.nn.functional.interpolate功能相同的算子,后续是否会添加?
Issue -
State: open - Opened by zhxiucui about 2 years ago
#43 - DataLoader()报错,0.5.6可以正常训练,最新版本会报错,报错如下:
Issue -
State: closed - Opened by Eric-yuye about 2 years ago
- 1 comment
#42 - tlxnn.AvgPool2d() 中没有参数ceil_mode=True
Issue -
State: open - Opened by Eric-yuye about 2 years ago
- 1 comment
#41 - tlx.nn.BatchNorm中act参数下没有Swish激活函数
Issue -
State: open - Opened by Eric-yuye about 2 years ago
#40 - tensorlayerx.nn.MaxPool2d()中无参数return_mask,paddle.nn.MaxPool2D有
Issue -
State: closed - Opened by Eric-yuye about 2 years ago
- 1 comment
#39 - fix swish and prelu
Pull Request -
State: closed - Opened by hanjr92 over 2 years ago
#38 - oneflow backend can be imported
Pull Request -
State: closed - Opened by QuantumLiu over 2 years ago
#37 - tensorlayerx.nn.PRelu() does not have build in initialisation,self.build() -> inputs_shape no description
Issue -
State: closed - Opened by Eric-yuye over 2 years ago
- 1 comment
#36 - [oneflow dev]add oneflow initializers and lr
Pull Request -
State: closed - Opened by QuantumLiu over 2 years ago
#35 - tlx.nn.Swish()与paddle.nn.Swish()的结果有细微差别
Issue -
State: closed - Opened by moshizhiyin over 2 years ago
- 1 comment
#34 - Fix requirements oneflow backend
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#33 - 以tlx.nn.Sequential()为基类的网络类必须写forward()方法,不写有可能跳过某些层,paddle的不用写
Issue -
State: closed - Opened by moshizhiyin over 2 years ago
- 4 comments
#32 - Oneflow dev
Pull Request -
State: closed - Opened by QuantumLiu over 2 years ago
#31 - Dropout层缺少mode参数,无法实现paddle的Dropout(mode="downscale_in_infer")功能
Issue -
State: closed - Opened by moshizhiyin over 2 years ago
- 6 comments
#30 - LayerNorm layer parameter initialization
Issue -
State: closed - Opened by qiutzh over 2 years ago
- 4 comments
#29 - Support of tlx for nested structure network
Issue -
State: open - Opened by qiutzh over 2 years ago
- 3 comments
#28 - Add Training Progress Bar
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#27 - Add loss monitoring to training
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#26 - add topk hardsigmoid, fix split
Pull Request -
State: closed - Opened by hanjr92 over 2 years ago
#25 - 希望添加一些常用功能
Issue -
State: closed - Opened by zqwang-cn over 2 years ago
- 3 comments
#24 - tlx.split的pytorch版本实现错误
Issue -
State: closed - Opened by zqwang-cn over 2 years ago
- 1 comment
#23 - TensorLayerX 0.5.7 release
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#22 - Add parameters save to HDF5
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#21 - Fix torch backend acc
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#20 - Fix TrainOneStep
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#19 - Add the PyTorch and Paddle model parameters to import TensorLayerX
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#18 - load pretrained model from .pth
Issue -
State: closed - Opened by HaoRan-hash over 2 years ago
- 2 comments
#17 - Update TLX training models can be imported into any backend.
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#16 - Update mask conv
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#15 - TensorLayerX 0.5.6 release.
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#14 - Update padding layers
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#13 - fix rnn lstm gru weights bug
Pull Request -
State: closed - Opened by hanjr92 over 2 years ago
#12 - Update depthwise parameters compatiable with multiple backends
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#11 - Paddle的图像分类模型适配tlx算子后,分类模型预测结果不准
Issue -
State: closed - Opened by qiutzh over 2 years ago
- 6 comments
#10 - fix parameterlist parameterdict
Pull Request -
State: closed - Opened by hanjr92 over 2 years ago
#9 - Added TF collection of dict parameters and parameters
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#8 - Added TF collection of list parameters
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#7 - Added pooling deprecated
Pull Request -
State: closed - Opened by Laicheng0830 over 2 years ago
#6 - latest-gpu-py3 dockerfile build reports a line of errors [NO_PUBKEY]
Issue -
State: closed - Opened by qiutzh over 2 years ago
- 3 comments
#5 - 🔥 【TODO List】
Issue -
State: open - Opened by zsdonghao over 2 years ago
Labels: help wanted
#4 - Update torch backend
Pull Request -
State: closed - Opened by Laicheng0830 almost 3 years ago
#3 - Move core from layers to tensorlayerx
Pull Request -
State: closed - Opened by Laicheng0830 about 3 years ago
#2 - rollbacke
Pull Request -
State: closed - Opened by Laicheng0830 about 3 years ago
#1 - Rename
Pull Request -
State: closed - Opened by Laicheng0830 about 3 years ago