Bartosz Pietrzak

Results 12 comments of Bartosz Pietrzak

Hi @rnyak thanks for responding. >which 02 notebook is that? the one in getting-started-movielens folder? It was this notebook: https://nvidia-merlin.github.io/NVTabular/v0.7.1/examples/getting-started-movielens/02-ETL-with-NVTabular.html >Are you using your own dataset or the dataset used...

`does that answer your question?` Yes, thank you. `btw, do you have 8 GB machine?` Yes, I do.

Thank you for the tip. I'm following the instructions in this docker container for TensorFlow: `nvcr.io/nvidia/merlin/merlin-tensorflow:23.02` In the `/Merlin/examples/getting-started-movielens/02-ETL-with-NVTabular.ipynb` I get the same error while running 14th cell: Cell 13:...

- I made sure no other nds are running: ``` root@c16d4c741902:/Merlin/examples/getting-started-movielens# jupyter notebook list Currently running servers: ``` - Before running the `02-ETL-with-NVTabular.ipynb` GPU memory consumption was at 6.2% -...

Ok! I can see that the --follow-imports command is causing this behaviour. However, I need to keep looking for a solution. My project comprises a couple of modules stored in...

When I try to build this project with this command `python -m nuitka --onefile main.py` I get this error message: ``` FATAL: anti-bloat: Error, failed to evaluate expression "textwrap.indent(pkgutil.get_data('cv2', 'config.py').decode('utf8'),...

Ok I have solved this error. Just renamed file /usr/local/lib/python3.11/site-packages/cv2/config-3.11.py to config-3.py. I have also found a workaround for my use case. To reiterate I wanted to just combine all...

Great, thanks. I was actually building opencv from source. However the opencv installed with pip also didn't work.

Thank you for the clarification, and for the project you are building :). It's a great tool. I've tried to do the same with just Cython... it's a mess, and...