Rainer Bareiß

Results 11 issues of Rainer Bareiß

It would help to share this great tool if we could use it inside a docker container.

getting the following error when doing ``` python example.py ``` or ``` (dd) rainer@donkeygpu:~/Deepdrive/deepdrive-sim-linux-3.1.20200229010300/DeepDrive/Binaries/Linux$ ./DeepDrive -opengl3 ``` [2020.12.31-19.20.29:437][ 0]LogInit: Error: Linux_PlatformCreateOpenGLContextCore - Could not create OpenGL 4.3 context, SDL error:...

running into this error under ubuntu 18.04 after ``` python example.py ``` Any ideas how to fix this? [log output](https://gist.github.com/Heavy02011/57f049eab9a0affb50fc3f0fcc3cb981)

Any drawing, images, hints available? apart from https://github.com/CopterExpress/clover/blob/master/docs/en/gps.md thx!

After using the example I get the following error: `/keras_squeezenet/squeezenet.py in SqueezeNet(input_tensor, input_shape, weights, classes) 56 57 ---> 58 input_shape = _obtain_input_shape(input_shape,default_size=227,min_size=48,data_format=K.image_data_format(),include_top=True) 59 #input_shape = _obtain_input_shape(input_shape,default_size=227,min_size=48,data_format=K.image_data_format()) 60 TypeError: _obtain_input_shape() got...

1. did python config.py 2. installed pypianoroll with $ pip install pypianoroll 3. run $ python main.py Got the following error: /home/rainer/.conda/envs/carnd-tf16/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype...

In the paper [Driving with LLMs](https://github.com/wayveai/Driving-with-LLMs) a „Vector Representation Pre-training“ is used to interact with llama-7b as follows: _„In our framework, we aim to convert vector representations into language using...

Using the wealth of unstructured.io‘s import formats would be a perfect fit to be added to private-gpt. Would that be feasable/fit your plans? Any hint welcome. thx r

enhancement