Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
aiflows
/
CCFlows
like
2
Follow
aiflows
6
arxiv:
2308.01285
License:
mit
Model card
Files
Files and versions
Community
1
cf2aa3f
CCFlows
/
CF_CodeReflect.py
martinjosifoski
Remove dep. on application_flows & misc updates.
91b62cb
over 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
flows.base_flows
import
CircularFlow
class
CF_CodeReflect
(
CircularFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)