Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/D-X-Y/Awesome-AutoDL
/ functions
Functions
38 in github.com/D-X-Y/Awesome-AutoDL
⨍
Functions
38
◇
Types & classes
5
↓ 9 callers
Function
filter_ele_w_value
(paper_list, key, value)
awesome_autodl/utils/filter.py:7
↓ 6 callers
Function
load_yaml
(file_path)
awesome_autodl/utils/yaml.py:8
↓ 3 callers
Function
autodl_topic2papers
()
awesome_autodl/__init__.py:58
↓ 3 callers
Method
keys
(self, sort=False)
awesome_autodl/data_cls/abbrv.py:39
↓ 2 callers
Function
check_and_sort_by_date
(paper_list)
awesome_autodl/utils/check.py:42
↓ 2 callers
Function
generate_email
(author, counts)
awesome_autodl/bins/list_email.py:11
↓ 2 callers
Function
get_bib_abbrv_file
()
awesome_autodl/__init__.py:43
↓ 2 callers
Function
get_data_dir
()
awesome_autodl/__init__.py:39
↓ 2 callers
Function
recursive_find_file
(xdir, cur_depth=1, max_depth=1, suffixs=None)
setup.py:57
↓ 1 callers
Function
autodl_topic2file
()
awesome_autodl/__init__.py:24
↓ 1 callers
Function
autodl_topic2path
()
awesome_autodl/__init__.py:47
↓ 1 callers
Function
check_paper_and_correct_format
(paper)
awesome_autodl/utils/check.py:7
↓ 1 callers
Method
check_raw_data
Check whether the necessary field is included in `data`.
awesome_autodl/data_cls/paper.py:82
↓ 1 callers
Method
decode
(self, line)
awesome_autodl/data_cls/abbrv.py:45
↓ 1 callers
Function
dump_yaml
(data, indent=2, path=None)
awesome_autodl/utils/yaml.py:14
↓ 1 callers
Function
endswith
(xstring, targets)
setup.py:47
↓ 1 callers
Function
find_yaml
(xstring)
setup.py:70
↓ 1 callers
Function
find_yaml_bib
(xstring)
setup.py:74
↓ 1 callers
Function
get_bib_abbrv_obj
()
awesome_autodl/__init__.py:79
↓ 1 callers
Function
main
(root, topic)
awesome_autodl/bins/statistics.py:34
↓ 1 callers
Function
read
(fname="README.md")
setup.py:33
↓ 1 callers
Method
reset_value
(self, data)
awesome_autodl/data_cls/paper.py:39
↓ 1 callers
Function
root
()
awesome_autodl/__init__.py:35
↓ 1 callers
Function
show_all
(root)
awesome_autodl/bins/show_infos.py:84
↓ 1 callers
Function
version
()
awesome_autodl/__init__.py:13
Method
__contains__
(self, key)
awesome_autodl/data_cls/abbrv.py:30
Method
__getitem__
(self, key)
awesome_autodl/data_cls/abbrv.py:33
Method
__init__
(self, xfile)
awesome_autodl/data_cls/abbrv.py:11
Method
__init__
(self, data: Dict[Text, Any])
awesome_autodl/data_cls/paper.py:35
Method
__len__
(self)
awesome_autodl/data_cls/abbrv.py:36
Method
__repr__
(self)
awesome_autodl/data_cls/abbrv.py:54
Method
__repr__
(self)
awesome_autodl/data_cls/paper.py:111
Method
author_email
(self)
awesome_autodl/data_cls/paper.py:105
Method
ignore_aliases
(self, data)
awesome_autodl/utils/yaml.py:16
Function
scale
(xlist, scale)
awesome_autodl/bins/show_infos.py:31
Function
show_nas
(root)
awesome_autodl/bins/show_infos.py:36
Method
test_init
(self)
tests/test_abbrv.py:14
Method
test_simple
(self)
tests/test_format.py:14