Marcos Leal
Marcos Leal
- Ubuntu 20.04 - Tensorflow 2.4.0 - python 3.8.2 - CUDA 11.0 - CuDNN 8 - Compute Capabilities: 5.2 whl: More on:
- Ubuntu 20.04 - Tensorflow 2.4.0 - python 3.8.2 - CUDA 11.0 - CuDNN 8 - Compute Capabilities: 5.2 whl: https://github.com/marcossilva/tensorflow-cuda11-wheel/releases/download/v2.4.0/tensorflow-2.4.0-cp38-cp38-linux_x86_64.whl More on: https://github.com/marcossilva/tensorflow-cuda11-wheel
The trial_path output wasn't being used and was mannualy filled to always get from the /1 folder. This patch changes it to use the main value and get the last...
Hi! I'm trying to train the rexgen model in but while loading the USPTO data I'm getting a pickle problem as can be seen below: ``` from dgllife.data import USPTOCenter,...
Instead of manually typing every project dependency wouldn't it be better if the dependencies were extracted from the environment using `pip freeze > requirements.txt` as it is done widely in...
I'm trying to bulk upload 4.5M points using qdrant but have been strugling with the ingestion time. I tried to run it in memory to speed up, tried to use...