fukatani

Results 35 issues of fukatani

Thanks for maintaining wonderful curated list! I want to add link to Rujaion. It is IDE specialized in competitive programming. Unlike other IDEs, it only aims at competitive programming, so...

## ❓Question I found this code cause runtime error. ```python import torch import coremltools as ct import numpy class Net(torch.nn.Module): def forward(self, x, y): return x + y torch_model =...

question

## ❓Question I tried this code, ```python import pytorch_lightning as pl import torch import coremltools from coremltools.models.neural_network import flexible_shape_utils from torch import FloatTensor import torch.nn as nn class Decoder(pl.LightningModule): def...

question
pytorch
Flexable Shape

I investigated code which has especially low coverage. (from https://coveralls.io/builds/25971809 ) - [ ] login.py: but service is not found - [x] split_input: almost all part is not tested. -...

enhancement

![test](https://user-images.githubusercontent.com/8858287/76683697-716f8080-6649-11ea-8e9c-f532a9114275.png)

bug