mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-10-29 09:38:56 +08:00
Fix checkpoint path
This commit is contained in:
@ -36,6 +36,8 @@ def get_checkpoints_download_path():
|
|||||||
_CHECKPOINTS_DOWNLOAD_PATH = lab.get_data_path() / 'neox' / 'slim_weights'
|
_CHECKPOINTS_DOWNLOAD_PATH = lab.get_data_path() / 'neox' / 'slim_weights'
|
||||||
inspect(neox_checkpoint_path=_CHECKPOINTS_DOWNLOAD_PATH)
|
inspect(neox_checkpoint_path=_CHECKPOINTS_DOWNLOAD_PATH)
|
||||||
|
|
||||||
|
return _CHECKPOINTS_DOWNLOAD_PATH
|
||||||
|
|
||||||
|
|
||||||
def get_files_to_download(n_layers: int = 44):
|
def get_files_to_download(n_layers: int = 44):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user