Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aks2203/deep-thinking
/ types & classes
Types & classes
11 in github.com/aks2203/deep-thinking
⨍
Functions
73
◇
Types & classes
11
↓ 4 callers
Class
DTNet
DeepThinking Network 2D model class
deepthinking/models/dt_net_2d.py:23
↓ 4 callers
Class
DTNet1D
DeepThinking 1D Network model class
deepthinking/models/dt_net_1d.py:23
↓ 4 callers
Class
FeedForwardNet
Modified Residual Network model class
deepthinking/models/feedforward_net_2d.py:23
↓ 4 callers
Class
FeedForwardNet1D
Modified Residual Network model class
deepthinking/models/feedforward_net_1d.py:23
↓ 2 callers
Class
ExponentialWarmup
Exponential warmup schedule. Arguments: optimizer (Optimizer): an instance of a subclass of Optimizer warmup_period (int or list)
deepthinking/utils/warmup.py:115
↓ 2 callers
Class
FlippedChessPuzzleDataset
Class to get flipped chess data. In this setting the player to move next is always at the bottom of the board, and the king is always on the right
deepthinking/utils/chess_data.py:26
Class
BaseWarmup
Base class for all warmup schedules Arguments: optimizer (Optimizer): an instance of a subclass of Optimizer warmup_params (list)
deepthinking/utils/warmup.py:17
Class
BasicBlock1D
Basic residual block class 1D
deepthinking/models/blocks.py:19
Class
BasicBlock2D
Basic residual block class 2D
deepthinking/models/blocks.py:46
Class
LinearWarmup
Linear warmup schedule. Arguments: optimizer (Optimizer): an instance of a subclass of Optimizer warmup_period (int or list): War
deepthinking/utils/warmup.py:97
Class
TrainingSetup
Attributes to describe the training precedure
deepthinking/utils/training.py:31