-
I've tried a minimal example:
```
wavelength = 1e-6
speed_of_light = 277972458
# Initialize FDTD grid
grid = fdtd.Grid(shape=(20*wavelength, 50*wavelength, 1), grid_spacing=wavelength/10)
…
-
Hi, I am new to Gempy and recently installed the Gempy v3 issue. I am now going through the tutorials. Gempy is loaded onto my son's server overseas, while I live in SA.
So far, I have looked at th…
-
When running the Train_clf.py script I am getting constantly the following attribute error: File "C:\Users\Pavel\anaconda3\Lib\site-packages\h5torch\dataset.py", line 132, in __getitem__ if self.f[…
-
### Description of the bug:
Hi,
I am trying to covert an PyTorch to TFLite which uses `torch.argmax(..).indicies` and `torch.gather(..`) - hence creating `LongTensor`s (Int64). As my targeted r…
-
We can't use scalar inputs in the bounds inference right now. So for example:
```
LANG="""
def avgpool(float(B, C, H, W) input, float kH, float kW, float sH, float sW) -> (output) {
output(b…
-
### 🐛 Describe the bug
When executing the code at the bottom, dynamo breaks with
```
torch._dynamo.exc.ArgsMismatchError: too many positional arguments.
func = 'forward' /Users/vmoens/Librar…
-
When I tried to generate a gaussian noise and run the example code,
> import pycbc.noise
mport pycbc.psd
import pylab
flow = 30.0
delta_f = 1.0 / 16
flen = int(2048 / delta_f) + 1
psd = pycb…
-
Hi Y'all,
This project is really cool, but it should also support decision trees due to their popularity and applications. I would like to contribute a working XGboost implementation.
However, th…
-
-
I am trying to export LayoutLMv2 model to onnx but there is no support for that available in transformers library.
I have tried to follow the method available for layoutLM but that is not working.
…