feynman_function
Bases: function_dataloader
A dataloader class for Feynman equations.
This class extends the function_dataloader
to handle Feynman equations.
Attributes:
Name | Type | Description |
---|---|---|
name |
str, default = 'feynman_function'
|
The name of the dataloader instance. |
function_list |
list, default = Feynman_Equations
|
The list of Feynman equations. |
Methods:
Name | Description |
---|---|
__init__ |
Initializes the dataloader for Feynman equations. |
Source code in tinybig/data/feynman_dataloader.py
__init__(name='feynman_function', function_list=Feynman_Equations, *args, **kwargs)
Initializes the dataloader for Feynman equations.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
The name of the dataloader instance. |
'feynman_function'
|
|
function_list
|
list
|
The list of Feynman equations. |
Feynman_Equations
|
Returns:
Type | Description |
---|---|
None
|
|