slightly change the huggingface link
This commit is contained in:
parent
1fd053fc36
commit
49750e243d
|
@ -72,7 +72,7 @@
|
||||||
\quad
|
\quad
|
||||||
\faGithub \ \href{https://www.github.com/Laurent2916/}{Laurent2916}
|
\faGithub \ \href{https://www.github.com/Laurent2916/}{Laurent2916}
|
||||||
\quad
|
\quad
|
||||||
\raisebox{-2pt}{\includesvg[height=11pt]{hf-logo.svg}} \href{https://huggingface.co/1aurent}{1aurent}
|
\raisebox{-2pt}{\includesvg[height=11pt]{hf-logo.svg}} \href{https://huggingface.co/1aurent?sort_datasets=downloads&sort_models=downloads}{1aurent}
|
||||||
}
|
}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
@ -145,10 +145,10 @@
|
||||||
|
|
||||||
\subsection{School projects}
|
\subsection{School projects}
|
||||||
JPEG \& MPEG Compression \\
|
JPEG \& MPEG Compression \\
|
||||||
Semi-Supervised Classifiers \\
|
Distributed Data Tuple Space \\
|
||||||
3D Inverse Problem Solver \\
|
3D Inverse Problem Solver \\
|
||||||
Graph Machine Learning \\
|
Graph Machine Learning \\
|
||||||
OpenGL Renderer
|
OpenGL Mesh Renderer
|
||||||
\sectionsep
|
\sectionsep
|
||||||
|
|
||||||
\subsection{OSS Contributor}
|
\subsection{OSS Contributor}
|
||||||
|
@ -181,9 +181,9 @@
|
||||||
\vspace{10pt} % Hacky fix for awkward extra vertical space
|
\vspace{10pt} % Hacky fix for awkward extra vertical space
|
||||||
\begin{tightemize}
|
\begin{tightemize}
|
||||||
\item Studied state of the art generative models for 3D data, such as PointNet++, Graph U-Net, PointFlow, Point Voxel Diffusion and LION.
|
\item Studied state of the art generative models for 3D data, such as PointNet++, Graph U-Net, PointFlow, Point Voxel Diffusion and LION.
|
||||||
\item Implemented a dozen architectures using libraries such as PyTorch Geometric, PyTorch Lightning, HuggingFace Diffusers, HuggingFace Datasets, etc. Settled on Latent Diffusion Models.
|
\item Implemented a dozen architectures using libraries such as PyTorch Geometric, PyTorch Lightning, HuggingFace Diffusers, HuggingFace Datasets, etc. Settled on Latent Diffusion Models and classic model reduction methods.
|
||||||
\item Trained models on specific aircraft industrial parts, conditioned on performance metrics, such as drag coefficients, lift coefficients, etc.
|
\item Trained models on specific aircraft industrial parts, conditioned on performance metrics, such as drag coefficients, lift coefficients, etc. Evaluated the models using Gaussian Processes and geometrical metrics.
|
||||||
\item Released internally the models and code, enabling Safran engineers to generate new parts with specific performance metrics and to easily reuse the code for other applications.
|
\item Released internally the models and code, enabling Safran engineers to generate new parts with specific performance metrics and to easily reuse the code for other applications. Submitted a patent.
|
||||||
\end{tightemize}
|
\end{tightemize}
|
||||||
\sectionsep
|
\sectionsep
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue