Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
AiresPucrs
/
LeNNon-Smile-Detector
Like
1
Follow
AI Robotics Ethics Society (PUCRS)
17
Image Classification
AiresPucrs/CelebA-Smiles
English
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
nicholasKluge
commited on
Jan 12, 2024
Commit
c2b36ed
·
verified
·
1 Parent(s):
534cd39
Update lennon.py
Browse files
Files changed (1)
hide
show
lennon.py
+1
-0
lennon.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import torch.nn as nn
2
3
class LeNNon(nn.Module):
4
def __init__(self):
1
import torch.nn as nn
2
+
import torch
3
4
class LeNNon(nn.Module):
5
def __init__(self):