Johannes Schneider

Results 10 issues of Johannes Schneider

Thanks for the code. Without trying to look for reasons, it seems to fail for newer tensorflow/keras versions - though that could also be specific to my setup. Anyway, I...

Just for your information: I get the error below - it seems related to: https://devtalk.nvidia.com/default/topic/1050858/tensorflows-official-benchmark-script-throwing-error-on-nvidia-ngc-tensorflow-19-04-container/ /fp16-demo-tf# time python3 mnist_softmax_deep_fp16_advanced.py WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed...

Thanks a lot for the library. I never got cupy to work so I had to use something else. I would be great to get rid of that dependency.

Thanks for the repo. fix is easy on Python 2.7.12: pts3D = {} => pts3d = [] pts3D[X]... => pts3D.append((X,(m1,m2)) ... ... for (X,matches) in bestPts3D:

Thanks for the contribution. Not working with newer gensims (but easily fixable). There is quite some unused but non-commented code. But that's kind of ok. But the code is also...

Thanks for the repo. If I use torchrun as suggested by the webpage (see below) it fails due to an error while compiling cpuadam within the deepspeed library. The actual...

Thanks for sharing the code! I ran the model and got the error below. It's probably an easy fix, but I did not try. It could also be something with...

If the mouse is moved fast while dragging a rect, the app crashes (on Windows, Python 3.9). The GUI seems to be overloaded. This can be fixed as follows. In...

Thanks for the repo. I had to use import streamlit_scrollable_textbox as stx I use Miniconda and otherwise got a module not found if I used "streamlit-scrollable-textbox" Please remove hyphens from...

Thanks for the repo. Some links to datasets for download do not work any more. Also if you download the dataset manually (e.g. from Kaggle) the directory structure there is...