Hélion du Mas des Bourboux
Hélion du Mas des Bourboux
duplicate of ticket https://github.com/Alexander-H-Liu/MalConv-Pytorch/issues/1
@KietHoang2212 It seems to work, why not writing a PR ?
@KietHoang2212, actually I think it does not solve it, it simply removes the layer. A simple model.summary() shows no parameters ``` Model: "functional_3" _________________________________________________________________ Layer (type) Output Shape Param #...
@KietHoang2212, indeed the code you gave there works. Why not writing a PR?
@tea1528, yes, one way is to convert torch -> tensorflow, by hand. This is sad, but works very well.
Here is a minimal failing example: ``` from torch import nn import numpy as np from torch.autograd import Variable import torch class TestConv1d(nn.Module): """ Module for Conv2d testing """ def...
Linked to https://github.com/gmalivenko/onnx2keras/issues/120
@ngbusca, indeed changing this line `out = fitsio.FITS('test.fits.gz','rw',clobber=True)` by this line `out = fitsio.FITS('test.fits','rw',clobber=True)` fixes everything. Strange!
@esheldon, thank you for the answer. I have no idea on how to write an example in C for this bug. Is there anyway you or someone else could do...
@esheldon, I still have no ways to try on the latest version, since I can not pip install it (issue https://github.com/esheldon/fitsio/issues/298#issuecomment-726088903). But I can say, that as 1.0.5, it is...