Pete
Pete
> We never encounter (yet) such an error. I'm a bit suspicious about the CUDA and Pytorch versions. I would recommend making sure torch and cuda are compatible, e.g. using...
Thanks. Ran `isolate-check-environment`. ``` isolate-check-environment Checking for cgroup support for memory ... PASS Checking for cgroup support for cpuacct ... PASS Checking for cgroup support for cpuset ... PASS Checking...
``` isolate --cg --init Box already exists, run `isolate --cg --cleanup' first ``` ``` Failed to create control group /sys/fs/cgroup/memory/box-5/: Read-only file system chown: cannot access '/box': No such file...
lol. Sorry, forgot I was using my work account there...
@chrisjlocke Do I need to do that? I was able to write a C# application that directly accessed the .sqb file as a SQLite database and it had no problem....
@mgrojo There's an app called Plane Plotter that creates sqlite databases with the extension .sqb. I don't know anything about it beyond that.