Skip to content

Commit 6ce7e84

Browse files
authored
Update events (pytorch#1921)
* Archive event Signed-off-by: Chris Abraham <[email protected]> * Add new event Signed-off-by: Chris Abraham <[email protected]> * fix Signed-off-by: Chris Abraham <[email protected]> * fix Signed-off-by: Chris Abraham <[email protected]> * space Signed-off-by: Chris Abraham <[email protected]> --------- Signed-off-by: Chris Abraham <[email protected]>
1 parent 2e2e2f0 commit 6ce7e84

6 files changed

+63
-7
lines changed

_events/multi-modal-dl-frame.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ poster: assets/images/multi-modal-dl-frame.png
1111
<img style="width:100%" src="/assets/images/multi-modal-dl-frame.png" alt="Multi-Modal Tabular Deep Learning with PyTorch Frame">
1212
</a>
1313

14-
In this talk, Akihiro introduces PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
14+
In this talk, Akihiro introduced PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
1515

1616
Akihiro Nitta is a software engineer on the ML team at Kumo.ai and a core contributor to PyTorch Frame and PyTorch Geometric, with prior experience as a maintainer of PyTorch Lightning.
1717

18-
[Register now to join the event](/multi-modal-dl-frame)
18+
[Learn more about the event](/multi-modal-dl-frame)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
category: event
3+
title: "Using PyTorch and DINOv2 for Multi-label Plant Species Classification"
4+
date: March 27
5+
poster: assets/images/pt-dinov2-multi-label-plant-species-classification.png
6+
---
7+
8+
**Date**: March 27th, 12 PM PST
9+
10+
<a href="/pt-dinov2-multi-label-plant-species-classification">
11+
<img style="width:100%" src="/assets/images/pt-dinov2-multi-label-plant-species-classification.png" alt="Using PyTorch and DINOv2 for Multi-label Plant Species Classification">
12+
</a>
13+
14+
Join us for an engaging webinar on our innovative transfer learning approach using self-supervised Vision Transformers (DINOv2) for multi-label plant species classification in the PlantCLEF 2024 challenge. We’ll cover how we efficiently extract feature embeddings from a dataset of 1.4 million images and utilize PyTorch Lightning for model training and Apache Spark for data management. Learn about our image processing techniques, including transforming images into grids of tiles and aggregating predictions to overcome computational challenges. Discover the significant performance improvements achieved and get insights into multi-label image classification. Perfect for PyTorch developers, this session will include a Q&A and access to our complete codebase at [github.com/dsgt-kaggle-clef/plantclef-2024](https://github.com/dsgt-kaggle-clef/plantclef-2024).
15+
16+
Murilo Gustineli is a Senior AI Software Solutions Engineer at Intel, and is currently pursuing a Master’s in Computer Science at Georgia Tech focusing on machine learning. His work involves creating synthetic datasets, fine-tuning large language models, and training multi-modal models using Intel® Gaudi® Al accelerators as part of the Development Enablement team. He is particularly interested in deep learning, information retrieval, and biodiversity research, aiming to improve species identification and support conservation efforts.
17+
18+
[Register now to join the event](/pt-dinov2-multi-label-plant-species-classification)
Loading
4.12 MB
Binary file not shown.

multi-modal-dl-frame.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ <h2>Multi-Modal Tabular Deep Learning with PyTorch Frame</h2>
2525
<br/>
2626
<strong>Speaker</strong>: Akihiro Nitta, Software Engineer, Kumo.ai
2727
<br/>
28-
<strong>Location</strong>: Online
28+
<a href="https://www.youtube.com/live/zPjLHf0X78w?feature=shared">Link to session video</a>
2929
<br/>
30+
<a href="/assets/pytorch-frame-expert-exchange.pdf">Download slides</a>
3031
<br/>
31-
In this talk, Akihiro introduces PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
32+
<br/>
33+
In this talk, Akihiro introduced PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
3234
<br/><br/>
3335
Akihiro Nitta is a software engineer on the ML team at Kumo.ai and a core contributor to PyTorch Frame and PyTorch Geometric, with prior experience as a maintainer of PyTorch Lightning.
34-
<br/><br/>
35-
<strong>Register now to attend this event.</strong>
36-
<div style="width:100%;position:relative;padding-bottom:56.25%;min-height:550px;"><iframe src="https://streamyard.com/watch/wqmSrhffEigi?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
3736
</p>
3837
</div>
3938
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: default
3+
title: "Using PyTorch and DINOv2 for Multi-label Plant Species Classification"
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /pt-dinov2-multi-label-plant-species-classification
7+
---
8+
9+
<div class="container">
10+
<div class="row hero-content">
11+
<div class="col-md-10">
12+
<h1>PyTorch Webinars</h1>
13+
</div>
14+
</div>
15+
</div>
16+
17+
<div class="container-fluid light-background-section">
18+
<div class="container">
19+
<div class="row content">
20+
<div class="col-md-10 body-side-text">
21+
<img style="width:100%; max-width:600px; margin-bottom: 40px; display: block; margin-left: auto; margin-right: auto;" src="/assets/images/pt-dinov2-multi-label-plant-species-classification.png" alt="Using PyTorch and DINOv2 for Multi-label Plant Species Classification">
22+
<h2>Using PyTorch and DINOv2 for Multi-label Plant Species Classification</h2>
23+
<p class="lead">
24+
<strong>Date</strong>: March 27th, 12 PM PST
25+
<br/>
26+
<strong>Speaker</strong>: Murilo Gustineli
27+
<br/>
28+
<br/>
29+
Join us for an engaging webinar on our innovative transfer learning approach using self-supervised Vision Transformers (<a href="https://dinov2.metademolab.com/">DINOv2</a>) for multi-label plant species classification in the PlantCLEF 2024 challenge. We’ll cover how we efficiently extract feature embeddings from a dataset of 1.4 million images and utilize PyTorch Lightning for model training and Apache Spark for data management. Learn about our image processing techniques, including transforming images into grids of tiles and aggregating predictions to overcome computational challenges. Discover the significant performance improvements achieved and get insights into multi-label image classification. Perfect for PyTorch developers, this session will include a Q&A and access to our complete codebase at <a href="https://github.com/dsgt-kaggle-clef/plantclef-2024">github.com/dsgt-kaggle-clef/plantclef-2024</a>.
30+
<br/><br/>
31+
Murilo Gustineli is a Senior AI Software Solutions Engineer at <a href="https://www.intel.com/">Intel</a>, and is currently pursuing a Master’s in Computer Science at <a href="https://www.gatech.edu/">Georgia Tech</a> focusing on machine learning. His work involves creating synthetic datasets, fine-tuning large language models, and training multi-modal models using Intel® Gaudi® Al accelerators as part of the Development Enablement team. He is particularly interested in deep learning, information retrieval, and biodiversity research, aiming to improve species identification and support conservation efforts. <a href="https://github.com/murilogustineli">Visit Murilo on GitHub</a>.
32+
<br/><br/>
33+
<strong>Register now to attend this event.</strong>
34+
<div style="width:100%;position:relative;padding-bottom:56.25%;min-height:550px;"><iframe src="https://streamyard.com/watch/n3VHFdzXfCae?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
35+
</p>
36+
</div>
37+
</div>
38+
</div>
39+
</div>

0 commit comments

Comments
 (0)