Wei Wang

Results 39 comments of Wei Wang

There is no need to retrain the model. But we need to evaluate the model over a test dataset to make sure the conversion is correct.

> > > Hi, may I ask how do we get the Amazon AWS link to download the model itself? For example, for ResNet, the link is https://s3.amazonaws.com/onnx-model-zoo/resnet/resnet18v1/resnet18v1.tar.gz. How do...

pls checkout those conf files that are not relevant to this pull request.

Hi, would you please re-send the pull request with a clean commit based on the latest master branch. It seems that you merged one old branch with the latest master...

Yes. Currently, we use Travis to build CPU package and Jenkins to build GPU package. If the TRAVIS_SECURE_ENV_VARS is available, the package will be uploaded to the cloud.

The travis for apache/singa does not upload the package because the variable is not set. In jenkins, we sync the master branch to nusdbsystem/singa, whose travis will do the building...

1. if the building of the conda package fails, we need to delete the newly updated tag? Alternatively, we may need to consider a pre-release version like 3.0.0-alpha0. Then, we...

Since everything here is public, we do not have an internal testing phase. I suggest skipping alpha and beta versions. On Fri, Mar 13, 2020 at 11:03 AM Shicong wrote:...

> > > > 1. if the building of the conda package fails, we need to delete the newly updated tag? Alternatively, we may need to consider a pre-release version...

> > > Hi, as pointed out by @chrishkchris , the convention is to use RELU as stateless layer. > usage: > https://github.com/apache/singa/blob/master/examples/cnn/model/cnn.py#L40 > > For shape mismatch, you might...