Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LanguageBind/Open-Sora-Plan-v1.1.0
RO-Rtechs
/
Rtechs_Open-Sora-Plan-v1.1.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Rtechs_Open-Sora-Plan-v1.1.0
/
opensora
/
models
/
ae
/
videobase
/
modules
/
block.py
LinB203
update
bab971b
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
torch.nn
as
nn
class
Block
(nn.Module):
def
__init__
(
self, *args, **kwargs
) ->
None
:
super
().__init__(*args, **kwargs)