kovidgoyal /
calibre
The official source code repository for the calibre ebook manager
97/100 healthLoading repository data…
cnr-isti-vclab / repository
Source code for the paper "Geometric Deep Learning for Statics-Aware Grid Shells"
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Andrea Favillia,b, Francesco Lacconea, Paolo Cignonia, Luigi Malomoa, Daniela Giorgia
aInstitute of Information Science and Technologies "A. Faedo" (ISTI), National Research Council of Italy (CNR)
bUniversity of Pisa (Italy)
Paper: link
This code has been tested on Windows® 10 Pro and Ubuntu 22.04. The Windows® machine has an Intel i7-6700K CPU, 32 GB of RAM, a NVIDIA GeForce GTX 1080 GPU with 8 GB of dedicated memory. The Ubuntu machine has an AMD Epyc 7413 CPU, 128 GB of RAM, a NVIDIA GeForce RTX 3080 GPU with 10 GB of dedicated memory. The code runs on Python 3.11.5 with PyTorch 2.1.1, CUDA 11.8, and PyTorch Geometric 2.4.0.
We employed Anaconda, a popular Python distribution for data science and machine learning. After that Anaconda is installed, we can use an Anaconda shell to create virtual environments and run the code. From an Anaconda prompt, we move to the repository root directory and enter the command
conda env create --file environment.yml
to create an envirorment named GeomDL4GridShell that contains all the needed dependencies. We can then activate GeomDL4GridShell by typing
conda activate GeomDL4GridShell
To ensure that CUDA 11.8 works correctly, check for latest NVIDIA card driver update. Now we are ready to run the code.
Into the environment GeomDL4GridShell, the command
python optimization_task.py --meshpath 'meshes/<modelname>.ply' --device 'cuda' --savelabel <modelname>
performs shape optimization on a single input structure, encoded in the file <modelname>.ply. By omitting --device 'cuda' (or writing --device 'cpu') we make computations run on CPU instead of GPU.
Execution on the whole batch of examples models/ is performed using the command
python batch_exec.py
We can set batch execution on CPU by setting device = 'cpu' on line 21 of batch_exec.py.
Selected from shared topics, language and repository description—not editorial ratings.
kovidgoyal /
The official source code repository for the calibre ebook manager
97/100 healthgoogle /
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
94/100 healthsemgrep /
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
88/100 healthpycaret /
Open-source, low-code AutoML platform for Python. PyCaret 4.0: sklearn-native engine + React control plane.
85/100 healthchrisconlan /
Source code for Algorithmic Trading with Python (2020) by Chris Conlan
76/100 healthjoernio /
Open-source code analysis platform for C/C++/Java/Binary/Javascript/Python/Kotlin based on code property graphs. Discord https://discord.gg/vv4MH284Hc
85/100 health