ThibaultGROUEIX / AtlasNet

This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.

Home Page:http://imagine.enpc.fr/~groueixt/atlasnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is AtlasNet deploy able in clusters.

chinmoybasak opened this issue · comments

Goodday.
just wondering if the code can be deployed in the cluster with GPU.

Best,
Chinmoy

Hi @chinmoybasak
yes the code supports multiple GPU training. (and has been tested in that setting). Let me know if you need further help,
Best,
Thibault

Thank you for your reply. Can you please direct me any resource so I can train my model in Alabma Super Computer.

http://webcache.googleusercontent.com/search?q=cache:fn8oafyFYJkJ:www.asc.edu/sites/default/files/org_sections/HPC/documents/manHPC_0.pdf+&cd=1&hl=en&ct=clnk&gl=us

I have no idea, it is beyond the scope of the current code.
You might want to convert the code to pytorch lightning which makes large-scale deployment easier (or so I heard).
Best
Thibault