Skip to content

Commit d5bfcbb

Browse files
authored
set expiryDate off
1 parent ed598ad commit d5bfcbb

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

content/post/_content.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{{ $expiryDate := $startAt.AddDate 0 0 1 }}
6262

6363
{{/* Set "Posted on" and expiry date. */}}
64-
{{ $dates := dict "date" (time.AsTime .attributes.publishedAt) "expiryDate" $expiryDate }}
64+
{{ $dates := dict "date" (time.AsTime .attributes.publishedAt) /*"expiryDate" $expiryDate */}}
6565

6666
{{/* Add page. */}}
6767
{{ $page := dict

content/post/grounding_dino_paper_reading.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ image: "/img/grounding_dino.png"
44
date: 2024-06-15
55
draft: false
66
weight: 3
7-
expiryDate: 2024-07-04
87
---
98

109
Join us for an practical exploration of [Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection

content/post/nvidia_deep_learning_fundamentals.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ image: "/img/Deep_Learning_Nvidia.jpg"
55
date: 2024-06-15
66
draft: false
77
weight: 1
8-
expiryDate: 2024-07-09
98
---
109

1110
## About this event

content/post/practical_computer_vision_with_pytorch.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ image: '/img/practical_cv_2.png' #"/img/practical_cv_pytorch.jpg"
44
date: 2024-06-15
55
draft: false
66
weight: 1
7-
expiryDate: 2024-07-04
87
---
98

109
Would you like to learn how to build computer vision projects?

content/post/whisper_paper_reading.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ image: "/img/whisper_paper_reading.png"
44
date: 2024-06-15
55
draft: false
66
weight: 2
7-
expiryDate: 2024-06-20
87
---
98

109
Would you like to learn how to transcribe audio using a neural network? Join us for an practical exploration of [OpenAI's Whisper](https://openai.com/index/whisper/), a state-of-the-art method for automated speech recognition.

0 commit comments

Comments
 (0)