sizhky

Results 11 comments of sizhky

I need to use Indian names.. should i create two faker instances? Isn't there a better way?

> This does not even require much work for ONNX: You can run the shape_inference method on the ONNX model which populates `model.graph.value_info` which can be read afterwards. > >...

I'm also searching for a solution. Please let us know if there's an easy way

I'm also getting this error, when I installed odoo 12 from source, on macOS

Is there any update on this?

for those who can't wait for the merge and want this functionality, simply run ``` pip install git+https://github.com/cjerdonek/nbdime@issue-468-non-interactive-diffs ``` before trying out the gist provided

By default, we will have all inputs and outputs including model's i/o ```python >>> class myNN(nn.Module): def __init__(self): super().__init__() self.model1 = nn.Sequential( nn.Linear(100,200), nn.ReLU(inplace=True), nn.Linear(200,50), nn.Softmax(-1) ) self.model2 = nn.Sequential(...

I understand your points about keeping the table succinct. I want to add a couple of points - * The output shape is only one more column and almost always...

> Check if unet is updated Can you elaborate @guoqincode

I wanted to add code snippets to my task. Will br tag help? Edit: it doesn't