Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
flowers-team
/
SocialAISchool
like
4
Running
App
Files
Files
Community
0acfa02
SocialAISchool
/
torch-ac
/
torch_ac
/
format.py
grg
Cleaned old git history
be5548b
about 1 year ago
raw
Copy download link
history
blame
Safe
106 Bytes
import
torch
def
default_preprocess_obss
(
obss, device=
None
):
return
torch.tensor(obss, device=device)