median-research-group/LibMTL

View on GitHub
Update .readthedocs.yml #143
Baijiong Lin authored a75e9bab
complete00:00:20
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No checked in config: nothing to validate.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-05-25T06:30:37.390940 #1]  WARN -- : Skipping docs/_build/html/_static/jquery.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:37.390993 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:37.393640 #1]  WARN -- : Skipping docs/_build/html/_static/js/badge_only.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:37.393676 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:37.394889 #1]  WARN -- : Skipping docs/_build/html/_static/js/html5shiv.min.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:37.394916 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:37.396002 #1]  WARN -- : Skipping docs/_build/html/_static/js/html5shiv-printshiv.min.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:37.396028 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:37.397103 #1]  WARN -- : Skipping docs/_build/html/_static/js/theme.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:37.397128 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:39.080031 #1]  WARN -- : Skipping docs/_build/html/_static/underscore.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:39.080071 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:39.114918 #1]  WARN -- : Skipping docs/_build/html/searchindex.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:39.114957 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-05-25T06:30:42.897923 #1]  WARN -- : Skipping ./docs/_build/html/_static/js/badge_only.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:42.897975 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:42.901310 #1]  WARN -- : Skipping ./docs/_build/html/_static/jquery.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:42.901340 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:42.902976 #1]  WARN -- : Skipping ./docs/_build/html/_static/js/html5shiv.min.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:42.903010 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:42.903403 #1]  WARN -- : Skipping ./docs/_build/html/_static/js/html5shiv-printshiv.min.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:42.903433 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:42.905313 #1]  WARN -- : Skipping ./docs/_build/html/_static/js/theme.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:42.905339 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:46.011299 #1]  WARN -- : Skipping ./docs/_build/html/_static/underscore.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:46.011347 #1]  WARN -- : Response status: 422
W, [2024-05-25T06:30:46.079599 #1]  WARN -- : Skipping ./docs/_build/html/searchindex.js due to CC::Parser::Client::HTTPError
W, [2024-05-25T06:30:46.079659 #1]  WARN -- : Response status: 422
I, [2024-05-25T06:30:46.288538 #1]  INFO -- : Skipping file ./examples/qm9/main.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 73
    def __init__(self, dataset, target: list):
                                      ^
SyntaxError: invalid syntax


I, [2024-05-25T06:30:46.396038 #1]  INFO -- : Skipping file ./examples/xtreme/propocess_data/conll.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 330
    print("", file=out)
                  ^
SyntaxError: invalid syntax


I, [2024-05-25T06:30:46.407927 #1]  INFO -- : Skipping file ./examples/xtreme/propocess_data/utils_preprocess.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 43
    print(f'{infile} not exists')
                               ^
SyntaxError: invalid syntax


I, [2024-05-25T06:30:46.539239 #1]  INFO -- : Skipping file ./LibMTL/weighting/Nash_MTL.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 44
    or (np.linalg.norm(gtg @ alpha_t - 1 / (alpha_t + 1e-10)) < 1e-3)
                           ^
SyntaxError: invalid syntax


I, [2024-05-25T06:30:46.543044 #1]  INFO -- : Skipping file ./LibMTL/weighting/MoCo.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 50
    self.lambd = F.softmax(self.lambd - (gamma/self.step**gamma_sigma) * (self.y@self.y.t()+rho*torch.eye(self.task_num).to(self.device))@self.lambd, -1)
                                                                                ^
SyntaxError: invalid syntax


I, [2024-05-25T06:30:46.560672 #1]  INFO -- : Skipping file ./LibMTL/weighting/Aligned_MTL.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 37
    B = lmbda[-1].sqrt() * ((V @ sigma) @ V.t())
                               ^
SyntaxError: invalid syntax


I, [2024-05-25T06:30:46.714473 #1]  INFO -- : Skipping file ./LibMTL/_record.py due to exception (CC::Engine::Analyzers::ParserError): `python2 /usr/src/app/lib/cc/engine/analyzers/python/parser.py` exited with code 1:
Traceback (most recent call last):
  File "/usr/src/app/lib/cc/engine/analyzers/python/parser.py", line 51, in <module>
    print(json.dumps(to_json(ast.parse(source))))
  File "/usr/local/python2/lib/python2.7/ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 55
    print('LOG FORMAT | ', end='')
                              ^
SyntaxError: invalid syntax