Avishai Halev
Avishai Halev
@Androniki were you able to successfully install GPBoost?
It's writable as far as I can tell -- if I run ```if [ -w ` pwd ` ]; then echo "WRITABLE"; else echo "NOT WRITABLE"; fi``` in `$git_root_path$/data/local/experiment` it...
Yes, it works with `archive_launch_repo=False`. Bizarrely, I copied the entire content of `dqn_atari.py` to a different folder outside of the repo and it works there with `archive_launch_repo=True`.
There is a tabular DQN example available [in this notebook](https://github.com/Total-RD/pymgrid/blob/master/notebooks/A%20Q-Learning%20Example%20with%20PymGrid.ipynb).
Also having this issue; following.
Things I have tried: 1. Adding the following code block to CMakeLists.txt in the openpose project directory: ```cmake set(HDF5_PREFIX_PATH "/opt/homebrew/Cellar/hdf5/1.14.0/include" "/opt/homebrew/Cellar/hdf5/1.14.0/lib" "/opt/homebrew/Cellar/hdf5/1.14.0/bin" ) list(APPEND CMAKE_PREFIX_PATH "${HDF5_PREFIX_PATH}") find_package(HDF5) ``` (I think...
I have made some progress by disabling `BUILD_CAFFE` and setting ```bash Caffe_INCLUDE_DIRS=/opt/homebrew/Cellar/caffe/1.0_43.reinstall/include Caffe_LIBS=/opt/homebrew/Cellar/caffe/1.0_43.reinstall/lib ``` Now, however, I'm running into: ```bash /opt/homebrew/Cellar/caffe/1.0_43.reinstall/include/caffe/util/device_alternate.hpp:34:10: fatal error: 'cublas_v2.h' file not found ``` Digging around,...
I did not. I didn't persist much further than the above.