-
# Problem
To train class-specific models, GDL cannot currently create samples with single-class labels if label data provided is multi-class.
# Solution
Two approaches seem feasible to implement…
-
msys2 and build smoothly.
after I go the install/bin/ directory to run the gdl.exe and create the window, the errors
appeared.
GDL> window,0
*** PLPLOT ERROR, ABORTING OPERATION ***
plI…
-
GAUSSFIT in GDL don't resist in the presence of polynomial (nterm > 4)
I have no idea today how to fix it, sorry.
-
(moved from https://sourceforge.net/p/gnudatalanguage/bugs/728/)
As reported on SF by Mark Booth:
If p2 has values outside the range of p1 AND is multi-dimensional it will fail in the linear inter…
-
bash: line 1: ./scripts/wait-for-it.sh: No such file or directory
-
I’m having some issues installing GDL with the python bridge. The documentation suggests to call with `—enable-shared` but I can’t figure out where to add that flag. If I try:
`bash scripts/build_g…
-
I enjoy using Manjaro on the PinePhone Pro daily as a "Developer Companion" if you will and noticed that on Beta 29 and 30 I can no longer use my VPN with a WiFi connection. Anyone have insight on a s…
-
**Describe the bug**
When I try to apply a resource pack for my Minecraft Forge 1.12.2 installation, my computer flashes the message "Windows cannot find 'C:\Users\[uname]\AppData\Roaming\gdlauncher_…
-
```
GDL> contour, dist(12,12),/iso ; ok
GDL> contour, dist(102,12),/iso ; ok
GDL> contour, dist(12,122),/iso ;
-
The current file pointer must stay at position 100000 even if the file grows:
```
GDL> openw,1,'eraseme'
GDL> line1=bytarr(1000)
GDL> for i=0,99 do writeu,1,line1
GDL> flush,1
GDL>
GDL> open…