dbl
dbl
Currently, run_on_problem() uses the deprectated pysr() interface and pysr.best() does not work. Upgrade run_on_problem() to use the PySRRegressor Interface, model.fit() and get_best() function.
I'm trying to build pocl on MacOS Ventura 13.2. cmake had trouble finding 'stdio.h' in the MacPort version of llvm in ``` /opt/local/libexec/llvm-14/include/c++/v1/stdio.h ``` so I build llvm from source...
**Describe the bug** In the Jupyter notebook, examples/classifying_shapes.ipynb. this import statement fails. ``` from data.generate_datasets import make_point_clouds ``` **Additional context** Don't you need to create an __init__.py file in the...
I am running on 'MPS' which does not support the datatype Complex64. Initally, I got: ``` RuntimeError: MPS device does not support bmm for non-float inputs ``` So, I tried...
I am getting this error: CLError(code=-1001, CL_PLATFORM_NOT_FOUND_KHR) ``` % julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type...
I am running Tiny Stories on: i) Google Colab Pro - V100, and ii) iMac 27" with AMD Radeon Pro 5700 XT. It appears that 'MPS' has issues. 'MPS' after...
Will pytorch_dlprim run on MacOS 13.2 Ventura? I have an AMD Radeon Pro 5700XT GPU. Does OpenCL support torch.float64, torch.cfloat data types? ``` % python collect_env.py Collecting environment information... PyTorch...
I'm running on an iMac 27" with MacOS 14.4.1 and 'MPS' on an AMD Radeon Pro 5700 XT GPU. Comments on the message: LOSS MISMATCH AT STEP 0: 2.864161 5.270007...
I've been running Catalina Patcher on a 2009 MacBook Pro (5,3) since February 2021. Catalina crashes occasionally. It appears to be correlated with scanning for viruses with 'clamav'. ``` panic(cpu...
08-12 15:58:30,006 [main] ERROR org.apache.pig.tools.grunt.Grunt - java.lang.IncompatibleClassChangeError: Found class org.apache.hadoop.mapreduce.JobContext, but interface was expected vagrant@vagrant-ubuntu-trusty-64:~/agiledata/book-code/ch03/pig$ pig -l /tmp -x local -v -w mongo.pig 2014-08-12 15:58:25,838 [main] INFO org.apache.pig.Main - Apache...