fukatani
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 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...
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. -...
