Skip to content

Instantly share code, notes, and snippets.

@vict0rsch
Created December 16, 2019 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vict0rsch/b45cbbd8e8d8e2f766aba78fc6a31573 to your computer and use it in GitHub Desktop.
Save vict0rsch/b45cbbd8e8d8e2f766aba78fc6a31573 to your computer and use it in GitHub Desktop.
[Info - 11:44:14 PM] Analysis cache path: /Users/victor/Library/Caches/Microsoft/Python Language Server
[Info - 11:44:14 PM] Microsoft Python Language Server version 0.5.10.0
[Info - 11:44:14 PM] Workspace root: /Users/victor/Documents/Experiments/torch
[Info - 11:44:14 PM] GetCurrentSearchPaths /Users/victor/Documents/Experiments/torch/nndebug/bin/python
[Info - 11:44:14 PM] Interpreter search paths:
[Info - 11:44:14 PM] /Users/victor/.pyenv/versions/3.6.9/lib/python3.6
[Info - 11:44:14 PM] /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
[Info - 11:44:14 PM] /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages
[Info - 11:44:14 PM] User search paths:
[Info - 11:44:18 PM] Initializing for /Users/victor/Documents/Experiments/torch/nndebug/bin/python
[Info - 11:44:18 PM] Analysis caching mode: None.
Opening document file:///Users/victor/Documents/Experiments/torch/test.py
Analysis of test (User) queued. Dependencies: torch
Analysis version 1 of 1 entries has started.
Analysis of torch (Stub) queued. Dependencies: torch._six, torch.random, torch._tensor_str, torch.functional, torch.serialization, torch.autograd, torch.cuda, torch.optim, torch.nn
Analysis of test (User) on depth 0 completed in 46.08 ms.
Import: torch._six /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/_six.py
Import: torch.random /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/random.py
Analysis version 1 of 1 entries has been completed in 69.68 ms.
Import: torch._tensor_str /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/_tensor_str.py
Import: torch.functional /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/functional.py
Import: torch.serialization /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/serialization.py
Analysis version 3 of 2 entries has started.
Analysis of torch._six (Library) queued. Dependencies: itertools, sys, math, queue, collections, collections.abc, io
Analysis of torch.random (Library) queued. Dependencies: contextlib, warnings, torch._C, torch, torch.cuda
Analysis of torch._tensor_str (Library) queued. Dependencies: math, torch, torch._six
Create built-in compiled (scraped) module: itertools /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Create built-in compiled (scraped) module: sys /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Create compiled (scraped): math /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/math.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: queue /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/queue.py
Import: collections /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/collections/__init__.py
Import: collections.abc /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/collections/abc.py
Import: io /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/io.py
Import: contextlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/contextlib.py
Import: warnings /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/warnings.py
Analysis of itertools (CompiledBuiltin) queued. Dependencies: itertools (stub)
Create compiled (scraped): torch._C /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/_C.cpython-36m-darwin.so /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages
Analysis of itertools (Stub) queued. Dependencies:
Analysis of math (Stub) queued. Dependencies: sys (stub)
Analysis of sys (CompiledBuiltin) queued. Dependencies: sys (stub), _io, types
Create built-in compiled (scraped) module: _io /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: types /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/types.py
Analysis of torch.functional (Library) queued. Dependencies: torch, torch.nn, torch.nn.functional, torch._six, itertools
Analysis of types (Library) queued. Dependencies: types (stub), sys, functools, collections, collections.abc
Import: torch.nn.functional /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/functional.py
Import: functools /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/functools.py
Analysis of torch._C (Compiled) queued. Dependencies: torch, torch.cuda
Analysis of warnings (Library) queued. Dependencies: warnings (stub), sys, linecache, tracemalloc, re, _warnings
Import: linecache /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/linecache.py
Import: tracemalloc /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/tracemalloc.py
Import: re /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/re.py
Create built-in compiled (scraped) module: _warnings /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of _warnings (CompiledBuiltin) queued. Dependencies: _warnings (stub)
Analysis of _warnings (Stub) queued. Dependencies:
Analysis of re (Library) queued. Dependencies: re (stub), enum, sre_compile, sre_parse, functools, _locale, copyreg, sre_constants
Import: enum /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/enum.py
Import: sre_compile /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/sre_compile.py
Import: sre_parse /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/sre_parse.py
Create built-in compiled (scraped) module: _locale /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of torch.nn.functional (Library) queued. Dependencies: torch.nn.functional, __future__, warnings, math, torch, torch._C, torch.nn, torch.nn._reduction, torch.nn.modules, torch.nn.modules.utils, torch.nn.grad, torch.nn._VF, torch._jit_internal
Import: copyreg /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/copyreg.py
Import: sre_constants /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/sre_constants.py
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre
Import: __future__ /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/__future__.py
Import: torch.nn._reduction /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/_reduction.py
Import: torch.nn.modules.utils /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/utils.py
Import: torch.nn.grad /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/grad.py
Import: torch.nn._VF /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/_VF.py
Import: torch._jit_internal /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/_jit_internal.py
Create built-in compiled (scraped) module: _sre /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of _sre (CompiledBuiltin) queued. Dependencies:
Analysis of torch._jit_internal (Library) queued. Dependencies: inspect, weakref, warnings, torch, torch._C, torch._six, torch._utils_internal
Import: inspect /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/inspect.py
Import: weakref /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/weakref.py
Import: torch._utils_internal /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/_utils_internal.py
Analysis of torch._utils_internal (Library) queued. Dependencies: __future__, os, inspect
Import: os /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/os.py
Analysis of torch.nn.functional (Stub) queued. Dependencies: torch, torch.nn.common_types
Analysis of torch.nn.common_types (Stub) queued. Dependencies: torch
Analysis of math (Compiled) queued. Dependencies: math (stub)
Analysis of os (Library) queued. Dependencies: os (stub), abc, sys, errno, stat, posix, posixpath, ntpath, warnings, _collections_abc, subprocess, io
Import: abc /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/abc.py
Analysis of functools (Library) queued. Dependencies: functools (stub), _functools, abc, collections, types, weakref, reprlib, _thread
Create built-in compiled (scraped) module: errno /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: stat /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/stat.py
Create built-in compiled (scraped) module: posix /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: posixpath /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/posixpath.py
Import: ntpath /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/ntpath.py
Import: _collections_abc /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_collections_abc.py
Analysis of torch.serialization (Library) queued. Dependencies: difflib, os, io, shutil, struct, sys, torch, tarfile, tempfile, warnings, contextlib, torch._utils, torch._six, torch._utils_internal, pickle, pathlib, torch.nn
Import: subprocess /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py
Analysis of torch.autograd (Stub) queued. Dependencies: torch, torch.autograd.grad_mode
Create built-in compiled (scraped) module: _functools /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: reprlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/reprlib.py
Create built-in compiled (scraped) module: _thread /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: difflib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/difflib.py
Analysis of _thread (CompiledBuiltin) queued. Dependencies: _thread (stub)
Analysis of subprocess (Library) queued. Dependencies: subprocess (stub), sys, io, os, time, signal, warnings, errno, threading, _posixsubprocess, select, selectors, dummy_threading
Import: shutil /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/shutil.py
Import: struct /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/struct.py
Import: tarfile /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/tarfile.py
Import: tempfile /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/tempfile.py
Import: torch._utils /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/_utils.py
Import: pickle /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pickle.py
Import: pathlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pathlib.py
Create built-in compiled (scraped) module: time /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of _thread (Stub) queued. Dependencies:
Import: signal /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/signal.py
Import: threading /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/threading.py
Create compiled (scraped): _posixsubprocess /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Create compiled (scraped): select /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/select.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: selectors /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/selectors.py
Import: dummy_threading /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/dummy_threading.py
Analysis of dummy_threading (Library) queued. Dependencies: sys, _dummy_thread, threading
Analysis of reprlib (Library) queued. Dependencies: reprlib (stub), itertools, _thread, _dummy_thread
Import: _dummy_thread /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_dummy_thread.py
Analysis of _dummy_thread (Library) queued. Dependencies: _dummy_thread (stub), traceback, time
Analysis of reprlib (Stub) queued. Dependencies: array (stub)
Analysis of _dummy_thread (Stub) queued. Dependencies:
Import: traceback /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/traceback.py
Analysis of array (Stub) queued. Dependencies: sys (stub)
Analysis of pathlib (Library) queued. Dependencies: pathlib (stub), fnmatch, functools, io, ntpath, os, posixpath, re, sys, collections, contextlib, errno, operator, stat, urllib.parse, pwd, grp
Import: fnmatch /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/fnmatch.py
Import: operator /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/operator.py
Import: urllib.parse /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/urllib/parse.py
Analysis of selectors (Library) queued. Dependencies: selectors (stub), abc, collections, math, select, sys
Analysis of traceback (Library) queued. Dependencies: traceback (stub), collections, itertools, linecache, sys
Create built-in compiled (scraped) module: pwd /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Create compiled (scraped): grp /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/grp.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of grp (Compiled) queued. Dependencies: grp (stub)
Analysis of grp (Stub) queued. Dependencies:
Analysis of selectors (Stub) queued. Dependencies: abc (stub), socket (stub)
Analysis of pwd (CompiledBuiltin) queued. Dependencies: pwd (stub)
Analysis of difflib (Stub) queued. Dependencies: sys (stub)
Analysis of shutil (Stub) queued. Dependencies: os (stub), sys (stub)
Analysis of traceback (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of queue (Stub) queued. Dependencies:
Analysis of difflib (Library) queued. Dependencies: difflib (stub), heapq, collections, re, doctest
Analysis of struct (Library) queued. Dependencies: struct (stub), _struct
Analysis of struct (Stub) queued. Dependencies: sys (stub), array (stub)
Analysis of tarfile (Stub) queued. Dependencies: os (stub), sys (stub), types (stub)
Analysis of shutil (Library) queued. Dependencies: shutil (stub), os, sys, stat, fnmatch, collections, errno, zlib, bz2, lzma, pwd, grp, tarfile, zipfile
Analysis of sys (Stub) queued. Dependencies: types (stub), importlib.abc (stub)
Analysis of tempfile (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of tarfile (Library) queued. Dependencies: tarfile (stub), sys, os, io, shutil, stat, time, struct, copy, re, pwd, grp, warnings, zlib, bz2, lzma, gzip, argparse
Analysis of tempfile (Library) queued. Dependencies: tempfile (stub), functools, warnings, io, os, shutil, errno, random, weakref, _thread, _dummy_thread
Analysis of fnmatch (Stub) queued. Dependencies:
Analysis of pathlib (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Import: heapq /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/heapq.py
Analysis of pwd (Stub) queued. Dependencies:
Analysis of queue (Library) queued. Dependencies: queue (stub), threading, dummy_threading, collections, heapq, time
Analysis of socket (Stub) queued. Dependencies: sys (stub), enum (stub)
Import: doctest /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/doctest.py
Analysis of urllib.parse (Library) queued. Dependencies: urllib.parse (stub), re, sys, collections, unicodedata
Analysis of _functools (CompiledBuiltin) queued. Dependencies: functools
Create compiled (scraped): _struct /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_struct.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Create compiled (scraped): zlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/zlib.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of fnmatch (Library) queued. Dependencies: fnmatch (stub), os, posixpath, re, functools
Import: bz2 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/bz2.py
Analysis of operator (Stub) queued. Dependencies: sys (stub)
Analysis of operator (Library) queued. Dependencies: operator (stub), functools, _operator
Import: lzma /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lzma.py
Import: zipfile /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/zipfile.py
Analysis of functools (Stub) queued. Dependencies: sys (stub)
Import: copy /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/copy.py
Analysis of urllib.parse (Stub) queued. Dependencies: sys (stub)
Import: gzip /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/gzip.py
Import: argparse /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/argparse.py
Analysis of _io (CompiledBuiltin) queued. Dependencies: io
Import: random /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/random.py
Analysis of torch.cuda (Stub) queued. Dependencies: ctypes, torch
Analysis of types (Stub) queued. Dependencies: sys (stub), _importlib_modulespec (stub)
Create compiled (scraped): unicodedata /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/unicodedata.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Create built-in compiled (scraped) module: _operator /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of torch.optim (Stub) queued. Dependencies: torch.optim.sgd, torch.optim.adam, torch.optim.lr_scheduler
Analysis of collections (Stub) queued. Dependencies: sys (stub), collections.abc (stub)
Analysis of random (Library) queued. Dependencies: random (stub), warnings, types, math, os, _collections_abc, hashlib, itertools, bisect, _random, time
Analysis of unicodedata (Compiled) queued. Dependencies: unicodedata (stub)
Analysis of collections.abc (Stub) queued. Dependencies: sys (stub), collections (stub)
Analysis of random (Stub) queued. Dependencies: _random (stub), sys (stub)
Analysis of _operator (Stub) queued. Dependencies: sys (stub), operator (stub)
Import: ctypes /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/ctypes/__init__.py
Analysis of collections.abc (Library) queued. Dependencies: collections.abc (stub), _collections_abc
Import: torch.optim.sgd /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/optim/sgd.py
Analysis of ctypes (Stub) queued. Dependencies: sys (stub)
Analysis of collections (Library) queued. Dependencies: collections (stub), _collections_abc, operator, keyword, sys, heapq, _weakref, itertools, reprlib, _collections, warnings, copy
Analysis of _operator (CompiledBuiltin) queued. Dependencies: _operator (stub), operator
Analysis of heapq (Stub) queued. Dependencies: sys (stub)
Analysis of io (Stub) queued. Dependencies: codecs (stub), mmap (stub), sys (stub), types (stub)
Import: torch.optim.lr_scheduler /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/optim/lr_scheduler.py
Import: hashlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/hashlib.py
Import: bisect /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/bisect.py
Create compiled (scraped): _random /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_random.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of io (Library) queued. Dependencies: io (stub), _io, abc
Analysis of torch.optim.lr_scheduler (Library) queued. Dependencies: torch.optim.lr_scheduler, types, math, torch._six, functools, warnings, weakref, bisect, torch.optim.optimizer
Analysis of _random (Compiled) queued. Dependencies: _random (stub)
Analysis of torch.optim.lr_scheduler (Stub) queued. Dependencies: torch.optim.optimizer
Analysis of argparse (Library) queued. Dependencies: argparse (stub), collections, copy, os, re, sys, textwrap, gettext
Analysis of contextlib (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of ctypes (Library) queued. Dependencies: ctypes (stub), os, sys, _ctypes, struct, ctypes._endian
Import: keyword /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/keyword.py
Create built-in compiled (scraped) module: _weakref /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Create built-in compiled (scraped) module: _collections /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: textwrap /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/textwrap.py
Import: gettext /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/gettext.py
Create compiled (scraped): _ctypes /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: ctypes._endian /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/ctypes/_endian.py
Analysis of contextlib (Library) queued. Dependencies: contextlib (stub), abc, sys, _collections_abc, collections, functools
Analysis of torch.nn (Stub) queued. Dependencies: torch.nn.modules, torch.nn.parameter, torch.nn.parallel, torch.nn.init, torch.nn.utils, torch.nn.functional
Analysis of select (Compiled) queued. Dependencies: select (stub)
Import: torch.nn.init /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/init.py
Import: torch.nn.utils /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/__init__.py
Analysis of torch.nn.utils (Library) queued. Dependencies: torch.nn.utils.rnn, torch.nn.utils.clip_grad, torch.nn.utils.weight_norm, torch.nn.utils.convert_parameters, torch.nn.utils.spectral_norm, torch.nn.utils.fusion
Import: torch.nn.utils.rnn /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/rnn.py
Analysis of select (Stub) queued. Dependencies: sys (stub)
Import: torch.nn.utils.clip_grad /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/clip_grad.py
Import: torch.nn.utils.weight_norm /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/weight_norm.py
Import: torch.nn.utils.convert_parameters /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/convert_parameters.py
Import: torch.nn.utils.spectral_norm /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/spectral_norm.py
Import: torch.nn.utils.fusion /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/utils/fusion.py
Analysis of torch.nn.utils.fusion (Library) queued. Dependencies: __future__, copy, torch
Analysis of _posixsubprocess (Compiled) queued. Dependencies: _posixsubprocess (stub)
Analysis of _posixsubprocess (Stub) queued. Dependencies:
Analysis of torch.nn.utils.spectral_norm (Library) queued. Dependencies: torch, torch.nn.functional
Analysis of torch.nn.utils.convert_parameters (Library) queued. Dependencies: torch
Analysis of torch.nn.utils.weight_norm (Library) queued. Dependencies: torch.nn.parameter, torch
Analysis of torch.nn.utils.clip_grad (Library) queued. Dependencies: warnings, torch, torch._six
Analysis of torch.nn.utils.rnn (Library) queued. Dependencies: collections, warnings, torch, torch.nn, torch.nn._VF, torch._jit_internal
Analysis of torch.nn.init (Library) queued. Dependencies: __future__, math, warnings, torch
Analysis of torch.nn.parallel (Stub) queued. Dependencies: torch.nn.parallel.data_parallel, torch.nn.parallel.distributed, torch.nn.parallel.parallel_apply, torch.nn.parallel.replicate, torch.nn.parallel.scatter_gather
Analysis of threading (Library) queued. Dependencies: threading (stub), sys, _thread, time, traceback, _weakrefset, itertools, _collections, collections, _threading_local
Import: torch.nn.parallel.parallel_apply /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/parallel/parallel_apply.py
Import: torch.nn.parallel.scatter_gather /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/parallel/scatter_gather.py
Analysis of torch.nn.parallel.scatter_gather (Library) queued. Dependencies: torch.nn.parallel.scatter_gather, torch, torch.nn.parallel._functions
Import: _weakrefset /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_weakrefset.py
Import: _threading_local /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_threading_local.py
Import: torch.nn.parallel._functions /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/parallel/_functions.py
Analysis of threading (Stub) queued. Dependencies: types (stub), sys (stub)
Analysis of signal (Library) queued. Dependencies: signal (stub), _signal, functools, enum
Create built-in compiled (scraped) module: _signal /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of torch (Stub) on depth 1 completed in 291.26 ms.
Analysis of _signal (CompiledBuiltin) queued. Dependencies: signal
Analysis version 3 has been completed in 586.57 ms with 1 entries analyzed and 1 entries skipped.
Analysis version 246 of 170 entries has started.
Analysis of enum(Library) canceled (no AST yet).
Analysis of sre_compile(Library) canceled (no AST yet).
Analysis of sre_parse(Library) canceled (no AST yet).
Analysis of _locale(CompiledBuiltin) canceled (no AST yet).
Analysis of copyreg(Library) canceled (no AST yet).
Analysis of __future__(Library) canceled (no AST yet).
Analysis of torch.nn._reduction(Library) canceled (no AST yet).
Analysis of torch.nn.modules(Stub) canceled (no AST yet).
Analysis of torch.nn.modules.utils(Library) canceled (no AST yet).
Analysis of torch.nn.grad(Library) canceled (no AST yet).
Analysis of torch.nn._VF(Library) canceled (no AST yet).
Analysis of signal (Stub) queued. Dependencies: sys (stub), enum (stub), types (stub)
Analysis of _sre (CompiledBuiltin) on depth 6 completed in 0.84 ms.
Analysis of inspect(Library) canceled (no AST yet).
Analysis of weakref(Library) canceled (no AST yet).
Analysis of abc(Library) canceled (no AST yet).
Analysis of errno(CompiledBuiltin) canceled (no AST yet).
Analysis of stat(Library) canceled (no AST yet).
Analysis of posix(CompiledBuiltin) canceled (no AST yet).
Analysis of posixpath(Library) canceled (no AST yet).
Analysis of ntpath(Library) canceled (no AST yet).
Analysis of _collections_abc(Library) canceled (no AST yet).
Analysis of torch._utils(Library) canceled (no AST yet).
Analysis of pickle(Library) canceled (no AST yet).
Analysis of torch.autograd.grad_mode(Stub) canceled (no AST yet).
Analysis of time (CompiledBuiltin) queued. Dependencies: time (stub)
Analysis of _thread (Stub) on depth 5 completed in 1.92 ms.
Analysis of time (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of torch.autograd.grad_mode (Stub) queued. Dependencies:
Analysis of time (CompiledBuiltin) on depth 4 completed in 10.25 ms.
Analysis of torch.nn.parallel._functions (Library) queued. Dependencies: warnings, torch, torch.cuda, torch.cuda.comm, torch.autograd, torch.cuda._utils
Import: torch.cuda.comm /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/cuda/comm.py
Import: torch.cuda._utils /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/cuda/_utils.py
Analysis of _dummy_thread (Stub) on depth 5 completed in 14.03 ms.
Analysis of torch.cuda._utils (Library) queued. Dependencies: torch, torch._six
Analysis of torch.cuda.comm (Library) queued. Dependencies: torch, torch.cuda, torch.cuda.nccl, torch._utils
Import: torch.cuda.nccl /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/cuda/nccl.py
Analysis of torch.cuda.nccl (Library) queued. Dependencies: warnings, torch, torch.cuda
Analysis of _threading_local (Library) queued. Dependencies: _threading_local (stub), weakref, contextlib, threading
Analysis of pickle (Library) queued. Dependencies: pickle (stub), types, copyreg, itertools, functools, sys, struct, re, io, codecs, _compat_pickle, _pickle, doctest, argparse, pprint
Analysis of _threading_local (Stub) queued. Dependencies: weakref (stub)
Import: codecs /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/codecs.py
Analysis of grp (Stub) on depth 5 completed in 11.62 ms.
Analysis of pickle (Stub) queued. Dependencies: sys (stub)
Analysis of pwd (Stub) on depth 5 completed in 0.36 ms.
Import: _compat_pickle /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_compat_pickle.py
Create compiled (scraped): _pickle /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_pickle.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: pprint /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pprint.py
Analysis of torch._utils (Library) queued. Dependencies: torch, warnings, collections, sys, traceback
Analysis of subprocess (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of pprint (Library) queued. Dependencies: pprint (stub), collections, re, sys, types, io, time
Analysis of ctypes._endian (Library) queued. Dependencies: sys, ctypes
Analysis of torch.optim.optimizer (Stub) queued. Dependencies: torch
Analysis of torch.optim.sgd (Stub) queued. Dependencies: torch.optim.optimizer
Analysis of _importlib_modulespec (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of warnings (Stub) queued. Dependencies: types (stub)
Analysis of textwrap (Stub) queued. Dependencies:
Analysis of torch.optim.sgd (Library) queued. Dependencies: torch.optim.sgd, torch, torch.optim.optimizer
Analysis of linecache (Stub) queued. Dependencies: sys (stub)
Analysis of torch.optim.adam (Stub) queued. Dependencies: torch.optim.optimizer
Analysis of torch.nn.parameter (Stub) queued. Dependencies: torch
Analysis of textwrap (Library) queued. Dependencies: textwrap (stub), re
Analysis of gettext (Stub) queued. Dependencies:
Analysis of _ctypes (Compiled) queued. Dependencies:
Analysis of torch.nn.parallel.data_parallel (Stub) queued. Dependencies: torch.nn.parallel.common_types, torch.nn.modules, torch
Analysis of torch.nn.parallel.distributed (Stub) queued. Dependencies: torch.nn.modules, torch.nn.parallel.common_types
Analysis of torch.nn.parallel.common_types (Stub) queued. Dependencies: torch
Analysis of torch.nn.parallel.parallel_apply (Stub) queued. Dependencies: torch.nn.parallel.common_types, torch.nn.modules
Analysis of torch.nn.parallel.parallel_apply (Library) queued. Dependencies: torch.nn.parallel.parallel_apply, threading, torch, torch.cuda._utils, torch._utils
Analysis of linecache (Library) queued. Dependencies: linecache (stub), functools, sys, os, tokenize
Analysis of torch.nn.parallel.replicate (Stub) queued. Dependencies: torch.nn.modules, torch.nn.parallel.common_types
Import: tokenize /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/tokenize.py
Analysis of tracemalloc (Stub) queued. Dependencies: sys (stub)
Analysis of codecs (Stub) queued. Dependencies: sys (stub), abc (stub), types (stub)
Analysis of torch.nn.parallel.scatter_gather (Stub) queued. Dependencies: torch, torch.nn.parallel.common_types
Analysis of tokenize (Library) queued. Dependencies: tokenize (stub), codecs, collections, io, itertools, re, sys, token, argparse
Import: token /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/token.py
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections, functools, fnmatch, linecache, os, pickle, _tracemalloc
Create built-in compiled (scraped) module: _tracemalloc /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of _tracemalloc (CompiledBuiltin) queued. Dependencies: _tracemalloc (stub)
Analysis of _tracemalloc (Stub) queued. Dependencies:
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, copy, io, os, re, struct, sys, errno
Import: locale /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/locale.py
Analysis of _collections (CompiledBuiltin) queued. Dependencies: collections
Analysis of heapq (Library) queued. Dependencies: heapq (stub), _heapq, doctest
Analysis of _weakrefset (Library) queued. Dependencies: _weakrefset (stub), _weakref
Analysis of mmap (Stub) queued. Dependencies: sys (stub)
Analysis of token (Library) queued. Dependencies: token (stub), re, sys
Analysis of codecs (Library) queued. Dependencies: codecs (stub), sys, _codecs, encodings
Analysis of locale (Stub) queued. Dependencies: decimal (stub), sys (stub)
Analysis of _compat_pickle (Library) queued. Dependencies:
Analysis of _weakrefset (Stub) queued. Dependencies:
Analysis of _weakref (CompiledBuiltin) queued. Dependencies: _weakref (stub)
Create compiled (scraped): _heapq /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of _heapq (Compiled) queued. Dependencies: _heapq (stub)
Create built-in compiled (scraped) module: _codecs /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of _heapq (Stub) queued. Dependencies:
Analysis of argparse (Stub) queued. Dependencies: sys (stub)
Analysis of _pickle (Compiled) queued. Dependencies:
Analysis of token (Stub) queued. Dependencies: sys (stub)
Analysis of unicodedata (Stub) queued. Dependencies:
Analysis of _codecs (Stub) queued. Dependencies: sys (stub), codecs (stub)
Import: encodings /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/encodings/__init__.py
Analysis of pprint (Stub) queued. Dependencies: sys (stub)
Analysis of tokenize (Stub) queued. Dependencies: sys (stub), token (stub), os (stub)
Analysis of re (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of _codecs (CompiledBuiltin) queued. Dependencies: _codecs (stub)
Analysis of enum (Stub) queued. Dependencies: sys (stub), abc (stub)
Analysis of encodings (Stub) queued. Dependencies: codecs (stub)
Analysis of sre_compile (Stub) queued. Dependencies: sys (stub), sre_parse (stub), sre_constants (stub)
Analysis of sre_parse (Stub) queued. Dependencies: sre_constants (stub)
Analysis of decimal (Stub) queued. Dependencies:
Analysis of sre_compile (Library) queued. Dependencies: sre_compile (stub), _sre, sre_parse, sre_constants
Analysis of encodings (Library) queued. Dependencies: encodings (stub), codecs, sys, encodings.aliases, _bootlocale, encodings.mbcs
Analysis of enum (Library) queued. Dependencies: enum (stub), sys, types, functools, operator, _collections, collections
Analysis of _locale (CompiledBuiltin) queued. Dependencies: locale
Analysis of _weakref (Stub) queued. Dependencies: sys (stub)
Import: encodings.aliases /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/encodings/aliases.py
Analysis of sre_constants (Stub) queued. Dependencies:
Analysis of locale (Library) queued. Dependencies: locale (stub), sys, encodings, encodings.aliases, re, collections, functools, _locale, os, _bootlocale
Analysis of __future__ (Stub) queued. Dependencies: sys (stub)
Analysis of copyreg (Library) queued. Dependencies:
Analysis of sre_parse (Library) queued. Dependencies: sre_parse (stub), sre_constants, warnings
Analysis of torch.nn._reduction (Library) queued. Dependencies: warnings
Analysis of __future__ (Library) queued. Dependencies: __future__ (stub)
Analysis of torch.nn.modules (Stub) queued. Dependencies: torch.nn.modules.module, torch.nn.modules.activation, torch.nn.modules.adaptive, torch.nn.modules.batchnorm, torch.nn.modules.container, torch.nn.modules.conv, torch.nn.modules.distance, torch.nn.modules.dropout, torch.nn.modules.fold, torch.nn.modules.instancenorm, torch.nn.modules.linear, torch.nn.modules.loss, torch.nn.modules.normalization, torch.nn.modules.padding, torch.nn.modules.pixelshuffle, torch.nn.modules.pooling, torch.nn.modules.rnn, torch.nn.modules.sparse, torch.nn.modules.upsampling
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Analysis of doctest (Stub) queued. Dependencies: sys (stub), types (stub), unittest (stub)
Import: _bootlocale /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_bootlocale.py
Analysis of hashlib (Stub) queued. Dependencies: sys (stub)
Import: encodings.mbcs /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/encodings/mbcs.py
Analysis of torch.nn.modules.utils (Library) queued. Dependencies: torch._six, itertools
Analysis of encodings.mbcs (Library) queued. Dependencies: codecs
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re
Analysis of _bootlocale (Library) queued. Dependencies: sys, _locale, locale
Analysis of torch.nn._VF (Library) queued. Dependencies: torch, sys, types
Analysis of weakref (Stub) queued. Dependencies: sys (stub), types (stub), _weakref (stub), _weakrefset (stub)
Analysis of torch.nn.grad (Library) queued. Dependencies: torch, torch.nn.modules.utils
Analysis of bisect (Stub) queued. Dependencies:
Analysis of hashlib (Library) queued. Dependencies: hashlib (stub), _sha1, _md5, _sha256, _sha512, _blake2, _sha3, _hashlib, logging
Analysis of keyword (Stub) queued. Dependencies:
Analysis of encodings.aliases (Library) queued. Dependencies:
Analysis of weakref (Library) queued. Dependencies: weakref (stub), _weakref, _weakrefset, collections, sys, itertools, copy, atexit, gc
Import: torch.nn.modules.activation /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/activation.py
Import: torch.nn.modules.adaptive /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/adaptive.py
Analysis of inspect (Stub) queued. Dependencies: sys (stub), types (stub)
Import: torch.nn.modules.batchnorm /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/batchnorm.py
Analysis of inspect (Library) queued. Dependencies: inspect (stub), abc, ast, dis, collections, collections.abc, enum, importlib, importlib.machinery, itertools, linecache, os, re, sys, tokenize, token, types, warnings, functools, operator, argparse
Analysis of torch.nn.modules.module (Stub) queued. Dependencies: torch, torch.nn, collections, torch.utils.hooks
Analysis of itertools (Stub) on depth 4 completed in 67.48 ms.
Analysis of torch.nn.modules.adaptive (Stub) queued. Dependencies: torch, torch.nn.modules.module, torch.nn.modules.linear, collections, torch.nn.modules.container
Analysis of _collections_abc (Library) queued. Dependencies: abc, sys
Analysis of torch.nn.modules.activation (Library) queued. Dependencies: torch.nn.modules.activation, warnings, torch, torch.nn.modules, torch.nn.init, torch.nn.parameter, torch.nn.modules.module, torch.nn, torch.nn.functional
Analysis of ntpath (Library) queued. Dependencies: ntpath (stub), os, sys, stat, genericpath, warnings, string
Import: torch.nn.modules.container /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/container.py
Analysis of torch.nn.modules.activation (Stub) queued. Dependencies: torch, torch.nn, torch.nn.modules.module
Import: torch.nn.modules.conv /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/conv.py
Analysis of torch.nn.modules.adaptive (Library) queued. Dependencies: torch.nn.modules.adaptive, collections, torch, torch.nn.modules, torch.nn.modules.module, torch.nn.functional
Import: torch.nn.modules.distance /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/distance.py
Import: torch.nn.modules.instancenorm /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/instancenorm.py
Import: torch.nn.modules.linear /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/linear.py
Import: torch.nn.modules.loss /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/loss.py
Import: torch.nn.modules.rnn /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/rnn.py
Import: torch.nn.modules.upsampling /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/upsampling.py
Import: _compression /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_compression.py
Create compiled (scraped): _sha1 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_sha1.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of torch.nn.modules.distance (Library) queued. Dependencies: torch.nn.modules.distance, torch.nn.modules.module, torch.nn, torch.nn.functional
Analysis of gzip (Stub) queued. Dependencies: os.path (stub), _compression (stub), zlib (stub)
Analysis of abc (Stub) queued. Dependencies:
Create compiled (scraped): _md5 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_md5.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of copy (Library) queued. Dependencies: copy (stub), types, weakref, copyreg
Analysis of os (Stub) queued. Dependencies: io (stub), sys (stub), posix (stub), os.path (stub)
Analysis of torch.nn.modules.distance (Stub) queued. Dependencies: torch, torch.nn.modules.module
Create compiled (scraped): _sha256 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_sha256.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Create compiled (scraped): _sha512 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_sha512.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Create compiled (scraped): _blake2 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_blake2.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of queue (Stub) on depth 4 completed in 317.28 ms.
Analysis of doctest(Library) canceled (no AST yet).
Analysis of _struct(Compiled) canceled (no AST yet).
Analysis of zlib(Compiled) canceled (no AST yet).
Analysis of bz2(Library) canceled (no AST yet).
Analysis of lzma(Library) canceled (no AST yet).
Analysis of zipfile(Library) canceled (no AST yet).
Analysis of importlib.abc(Stub) canceled (no AST yet).
Create compiled (scraped): _sha3 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_sha3.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Create compiled (scraped): _hashlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_hashlib.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of linecache (Library) on depth 4 completed in 46.37 ms.
Import: logging /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/logging/__init__.py
Analysis of torch.nn.modules.pooling (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Create built-in compiled (scraped) module: atexit /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Create built-in compiled (scraped) module: gc /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: ast /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/ast.py
Import: dis /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/dis.py
Import: importlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py
Analysis of copy (Library) on depth 4 completed in 39.31 ms.
Analysis of fnmatch (Stub) on depth 5 completed in 0.46 ms.
Analysis of unicodedata (Compiled) on depth 5 completed in 1.14 ms.
Import: importlib.machinery /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/importlib/machinery.py
Import: torch.utils.hooks /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/utils/hooks.py
Import: genericpath /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/genericpath.py
Import: string /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/string.py
Analysis of _importlib_modulespec (Stub) on depth 6 completed in 4.94 ms.
Analysis of torch.nn.modules.rnn (Stub) queued. Dependencies: torch.nn.parameter, torch.nn.modules.module, torch
Analysis of abc (Library) queued. Dependencies: abc (stub), _weakrefset
Analysis of torch.nn.modules.fold (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Analysis of torch.optim.sgd (Library) on depth 3 completed in 25.82 ms.
Analysis of torch.optim.adam (Stub) on depth 3 completed in 0.37 ms.
Analysis of torch.nn.modules.rnn (Library) queued. Dependencies: torch.nn.modules.rnn, math, torch, warnings, numbers, torch.nn.modules.module, torch.nn.parameter, torch.nn.utils.rnn, torch.nn, torch.nn.init, torch.nn._VF, torch._jit_internal, torch.backends, torch.backends.cudnn, torch.backends.cudnn.rnn
Import: numbers /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/numbers.py
Import: torch.backends /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/backends/__init__.py
Import: torch.backends.cudnn /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/backends/cudnn/__init__.py
Import: torch.backends.cudnn.rnn /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/backends/cudnn/rnn.py
Analysis of torch.backends.cudnn.rnn (Library) queued. Dependencies: torch, torch.cuda, torch.backends, torch.backends.cudnn
Analysis of torch.backends.cudnn (Library) queued. Dependencies: os, ctypes, sys, torch, warnings, torch.version, contextlib, subprocess, torch.backends
Import: torch.version /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/version.py
Analysis of torch.version (Library) queued. Dependencies:
Analysis of torch.backends (Library) queued. Dependencies: contextlib, types
Analysis of numbers (Library) queued. Dependencies: numbers (stub), abc
Analysis of numbers (Stub) queued. Dependencies: abc (stub), sys (stub)
Analysis of torch.nn.modules.instancenorm (Stub) queued. Dependencies: torch, torch.nn.modules.batchnorm
Analysis of bisect (Library) queued. Dependencies: bisect (stub), _bisect
Create compiled (scraped): _bisect /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_bisect.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of _bisect (Compiled) queued. Dependencies: _bisect (stub)
Analysis of _bisect (Stub) queued. Dependencies:
Analysis of _random (Stub) queued. Dependencies: sys (stub)
Analysis of errno (Stub) queued. Dependencies: sys (stub)
Analysis of torch.nn.modules.instancenorm (Library) queued. Dependencies: torch.nn.modules.instancenorm, torch.nn.modules.batchnorm, torch.nn, torch.nn.functional
Analysis of torch.nn.modules.sparse (Stub) queued. Dependencies: torch.nn.modules.module, torch.nn, torch
Analysis of doctest (Library) queued. Dependencies: doctest (stub), __future__, argparse, difflib, inspect, linecache, os, pdb, re, sys, traceback, unittest, io, collections
Import: pdb /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pdb.py
Import: unittest /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/__init__.py
Analysis of hashlib (Library) on depth 5 completed in 232.06 ms.
Analysis of unittest (Library) queued. Dependencies: unittest (stub), unittest.result, unittest.case, unittest.suite, unittest.loader, unittest.main, unittest.runner, unittest.signals, os
Analysis of bisect (Library) on depth 4 completed in 0.61 ms.
Import: unittest.result /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/result.py
Analysis of _random (Compiled) on depth 5 completed in 0.39 ms.
Import: unittest.case /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/case.py
Import: unittest.suite /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/suite.py
Import: unittest.loader /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/loader.py
Import: unittest.main /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/main.py
Import: unittest.runner /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/runner.py
Import: unittest.signals /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/signals.py
Analysis of unittest.signals (Library) queued. Dependencies: signal, weakref, functools
Analysis of unittest.runner (Library) queued. Dependencies: sys, time, warnings, unittest, unittest.result, unittest.signals
Analysis of unittest.main (Library) queued. Dependencies: sys, argparse, os, unittest, unittest.loader, unittest.runner, unittest.signals
Analysis of unittest.loader (Library) queued. Dependencies: os, re, sys, traceback, types, functools, warnings, fnmatch, unittest, unittest.case, unittest.suite, unittest.util
Import: unittest.util /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/unittest/util.py
Analysis of unittest.util (Library) queued. Dependencies: collections, os
Analysis of unittest.suite (Library) queued. Dependencies: sys, unittest, unittest.case, unittest.util
Analysis of unittest.case (Library) queued. Dependencies: sys, functools, difflib, logging, pprint, re, warnings, collections, contextlib, traceback, unittest, unittest.result, unittest.util
Analysis of unittest.result (Library) queued. Dependencies: io, sys, traceback, unittest, unittest.util, functools
Analysis of pdb (Library) queued. Dependencies: pdb (stub), os, re, sys, cmd, bdb, dis, code, glob, pprint, signal, inspect, traceback, linecache, readline, shlex, pydoc, getopt
Import: cmd /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/cmd.py
Import: bdb /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/bdb.py
Import: code /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/code.py
Import: glob /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/glob.py
Create compiled (scraped): readline /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/readline.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: shlex /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/shlex.py
Import: pydoc /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pydoc.py
Import: getopt /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/getopt.py
Analysis of os.path (Stub) queued. Dependencies: posix (stub), sys (stub)
Analysis of copy (Stub) queued. Dependencies:
Analysis of string (Library) queued. Dependencies: string (stub), _string, re, collections, warnings
Create built-in compiled (scraped) module: _string /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of torch.nn.modules.conv (Library) queued. Dependencies: torch.nn.modules.conv, math, torch, torch.nn.parameter, torch.nn, torch.nn.functional, torch.nn.init, torch.nn.modules.module, torch.nn.modules.utils, torch._jit_internal
Analysis of importlib.abc (Stub) queued. Dependencies: abc (stub), os (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of ntpath (Stub) queued. Dependencies: sys (stub)
Analysis of torch.nn.modules.conv (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Analysis of torch.nn.modules.batchnorm (Stub) queued. Dependencies: torch, torch.nn, torch.nn.modules.module
Analysis of _string (CompiledBuiltin) queued. Dependencies:
Analysis of pdb (Stub) queued. Dependencies: sys (stub)
Analysis of string (Stub) queued. Dependencies:
Analysis of errno (CompiledBuiltin) queued. Dependencies: errno (stub)
Analysis of torch.nn.modules.batchnorm (Library) queued. Dependencies: torch.nn.modules.batchnorm, __future__, torch, torch.nn.modules._functions, torch.nn.modules.module, torch.nn.parameter, torch.nn, torch.nn.functional, torch.nn.init
Analysis of genericpath (Library) queued. Dependencies: os, stat
Analysis of cmd (Stub) queued. Dependencies:
Analysis of stat (Stub) queued. Dependencies: sys (stub)
Analysis of posix (Stub) queued. Dependencies:
Analysis of torch.nn.modules.dropout (Stub) queued. Dependencies: torch, torch.nn.modules.module
Analysis of _warnings (Stub) on depth 5 completed in 4.18 ms.
Analysis of keyword (Library) queued. Dependencies: keyword (stub), sys, re, io
Analysis of tracemalloc (Library) queued. Dependencies: tracemalloc (stub), collections, functools, fnmatch, linecache, os, pickle, _tracemalloc, io
Analysis of torch.utils.hooks (Library) queued. Dependencies: __future__, collections, weakref, warnings
Analysis of torch.nn.modules.pixelshuffle (Stub) queued. Dependencies: torch.nn.modules.module, torch
Analysis of stat (Library) queued. Dependencies: stat (stub), _stat
Analysis of torch.nn.modules.container (Stub) queued. Dependencies: torch.nn.modules.module, collections, torch, torch.nn
Analysis of posixpath (Stub) queued. Dependencies: sys (stub)
Analysis of gzip (Library) queued. Dependencies: gzip (stub), struct, sys, time, os, zlib, io, _compression, warnings, errno
Analysis of torch.nn.modules.container (Library) queued. Dependencies: torch.nn.modules.container, warnings, collections, torch._six, itertools, operator, torch, torch.nn.modules.module
Analysis of posixpath (Library) queued. Dependencies: posixpath (stub), os, sys, stat, genericpath, pwd, re
Analysis of posix (CompiledBuiltin) queued. Dependencies: posix (stub), os
Analysis of torch.nn.modules.padding (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn.common_types
Analysis of cmd (Library) queued. Dependencies: cmd (stub), string, sys, readline
Import: torch.nn.modules._functions /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/nn/modules/_functions.py
Analysis of importlib.machinery (Library) queued. Dependencies: importlib.machinery (stub), _imp, importlib._bootstrap, importlib._bootstrap_external
Analysis of _struct (Compiled) queued. Dependencies: struct
Analysis of importlib.machinery (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), sys (stub), types (stub), _importlib_modulespec (stub)
Analysis of gzip (Library) on depth 4 completed in 46.64 ms.
Analysis of torch.nn.modules.upsampling (Stub) queued. Dependencies: torch, torch.nn.modules.module, torch.nn.common_types
Analysis of torch.nn.modules.normalization (Stub) queued. Dependencies: torch.nn.modules.module, torch, torch.nn
Analysis of zlib (Stub) queued. Dependencies: sys (stub)
Create built-in compiled (scraped) module: _stat /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of torch.nn.modules.linear (Stub) queued. Dependencies: torch.nn.modules.module, torch.nn, torch
Analysis of torch.nn.modules._functions (Library) queued. Dependencies: torch, torch.autograd.function
Analysis of zlib (Compiled) queued. Dependencies: zlib (stub)
Create built-in compiled (scraped) module: _imp /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Import: importlib._bootstrap /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/importlib/_bootstrap.py
Analysis of bz2 (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of torch.nn.modules.upsampling (Library) queued. Dependencies: torch.nn.modules.upsampling, torch.nn.modules.module, torch.nn, torch.nn.functional
Analysis of _compression (Stub) queued. Dependencies: io (stub)
Analysis of lzma (Stub) queued. Dependencies: io (stub), sys (stub), os (stub)
Analysis of bz2 (Library) queued. Dependencies: bz2 (stub), io, os, warnings, _compression, threading, dummy_threading, _bz2
Import: importlib._bootstrap_external /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/importlib/_bootstrap_external.py
Analysis of torch.nn.modules.linear (Library) queued. Dependencies: torch.nn.modules.linear, math, torch, torch.nn.parameter, torch.nn, torch.nn.functional, torch.nn.init, torch.nn.modules.module
Analysis of zipfile (Stub) queued. Dependencies: types (stub), os (stub), sys (stub)
Analysis of torch.nn.modules.loss (Stub) queued. Dependencies: torch.nn.modules.module, torch
Analysis of _imp (CompiledBuiltin) queued. Dependencies: _imp (stub)
Analysis of importlib._bootstrap_external (Library) queued. Dependencies: tokenize
Analysis of torch.nn.modules.loss (Library) queued. Dependencies: torch.nn.modules.loss, warnings, torch.nn.modules.module, torch.nn, torch.nn.functional, torch.nn._reduction
Analysis of _stat (Stub) queued. Dependencies:
Analysis of zipfile (Library) queued. Dependencies: zipfile (stub), io, os, re, importlib, importlib.util, sys, time, stat, shutil, struct, binascii, threading, dummy_threading, zlib, bz2, lzma, warnings, py_compile, textwrap
Analysis of lzma (Library) queued. Dependencies: lzma (stub), io, os, _lzma, _compression
Analysis of importlib (Library) queued. Dependencies: importlib (stub), _imp, sys, importlib._bootstrap, importlib._bootstrap_external, types, warnings
Analysis of _stat (CompiledBuiltin) queued. Dependencies: _stat (stub)
Import: torch.autograd.function /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/autograd/function.py
Analysis of _imp (Stub) queued. Dependencies: sys (stub), types (stub), importlib.machinery (stub)
Analysis of keyword (Library) on depth 4 completed in 643.47 ms.
Analysis of heapq (Library) on depth 4 completed in 503.75 ms.
Analysis of tracemalloc (Library) on depth 4 completed in 885.44 ms.
Analysis of importlib._bootstrap (Library) queued. Dependencies:
Analysis of unittest (Stub) queued. Dependencies: logging (stub), sys (stub), types (stub)
Analysis of torch.optim.optimizer (Stub) on depth 4 completed in 25.82 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed in 0.56 ms.
Analysis of _collections (CompiledBuiltin) on depth 4 completed in 0.7 ms.
Analysis of _sha256 (Compiled) queued. Dependencies:
Create compiled (scraped): _bz2 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_bz2.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: importlib.util /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/importlib/util.py
Create compiled (scraped): binascii /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/binascii.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: py_compile /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/py_compile.py
Analysis of textwrap (Library) on depth 5 completed in 6.57 ms.
Create compiled (scraped): _lzma /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_lzma.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of ctypes._endian (Library) on depth 4 completed in 0.64 ms.
Analysis of torch.nn.parameter (Stub) on depth 3 completed in 0.37 ms.
Analysis of _lzma (Compiled) queued. Dependencies:
Analysis of py_compile (Library) queued. Dependencies: py_compile (stub), importlib, importlib._bootstrap_external, importlib.machinery, importlib.util, os, sys, traceback
Analysis of _bz2 (Compiled) queued. Dependencies:
Analysis of torch.autograd.function (Library) queued. Dependencies: torch, torch._C, torch.utils, torch.utils.hooks, torch._six, functools, warnings, collections
Analysis of py_compile (Stub) queued. Dependencies: sys (stub)
Import: torch.utils /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/utils/__init__.py
Analysis of importlib.util (Stub) queued. Dependencies: importlib (stub), importlib.abc (stub), importlib.machinery (stub), sys (stub), types (stub)
Analysis of importlib (Stub) queued. Dependencies: importlib.util (stub), importlib.abc (stub), sys (stub), types (stub)
Analysis of torch.utils (Library) queued. Dependencies: __future__, torch.utils.throughput_benchmark
Import: torch.utils.throughput_benchmark /Users/victor/Documents/Experiments/torch/nndebug/lib/python3.6/site-packages/torch/utils/throughput_benchmark.py
Analysis of _sha512 (Compiled) queued. Dependencies:
Analysis of dis (Library) queued. Dependencies: dis (stub), sys, types, collections, io, opcode, argparse
Analysis of torch.utils.throughput_benchmark (Library) queued. Dependencies: __future__, torch, torch._C
Analysis of _blake2 (Compiled) queued. Dependencies:
Analysis of dis (Stub) queued. Dependencies: sys (stub), types (stub), opcode (stub)
Analysis of binascii (Compiled) queued. Dependencies: binascii (stub)
Analysis of importlib.util (Library) queued. Dependencies: importlib.util (stub), importlib, importlib.abc, importlib._bootstrap, importlib._bootstrap_external, contextlib, functools, sys, types, warnings
Analysis of binascii (Stub) queued. Dependencies: sys (stub)
Analysis of code (Stub) queued. Dependencies: sys (stub), types (stub)
Analysis of ast (Library) queued. Dependencies: ast (stub), _ast, inspect, collections
Import: opcode /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/opcode.py
Analysis of _posixsubprocess (Stub) on depth 6 completed in 17.32 ms.
Import: importlib.abc /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/importlib/abc.py
Create built-in compiled (scraped) module: _ast /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of torch.nn.parallel.data_parallel (Stub) on depth 4 completed in 2.78 ms.
Analysis of torch.nn.parallel.distributed (Stub) on depth 4 completed in 0.54 ms.
Analysis of codecs (Stub) on depth 5 completed in 28.47 ms.
Analysis of torch.nn.parallel.parallel_apply (Library) on depth 4 completed in 78.31 ms.
Analysis of _weakrefset (Library) on depth 5 completed in 7.01 ms.
Analysis of _threading_local (Library) on depth 5 completed in 1.99 ms.
Analysis of bdb (Library) queued. Dependencies: fnmatch, sys, os, inspect, linecache, reprlib
Analysis of _compression (Library) queued. Dependencies: _compression (stub), io
Analysis of _md5 (Compiled) queued. Dependencies:
Analysis of _sha1 (Compiled) queued. Dependencies:
Analysis of mmap (Stub) on depth 5 completed in 100.73 ms.
Analysis of gettext (Library) queued. Dependencies: gettext (stub), locale, copy, io, os, re, struct, sys, errno
Analysis of getopt (Library) queued. Dependencies: getopt (stub), os, gettext, sys
Analysis of getopt (Stub) queued. Dependencies:
Analysis of sre_constants (Library) queued. Dependencies: sre_constants (stub), _sre, io
Analysis of sre_constants (Library) on depth 5 completed in 14.92 ms.
Analysis of pydoc (Library) queued. Dependencies: importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, importlib.util, inspect, io, os, pkgutil, platform, re, sys, time, tokenize, urllib, urllib.parse, warnings, collections, reprlib, traceback, tempfile, subprocess, tty, pydoc_data, pydoc_data.topics, textwrap, http, http.server, email, email.message, select, threading, webbrowser, getopt
Import: pkgutil /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pkgutil.py
Import: platform /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/platform.py
Import: urllib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/urllib/__init__.py
Import: tty /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/tty.py
Import: pydoc_data /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pydoc_data/__init__.py
Import: pydoc_data.topics /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/pydoc_data/topics.py
Analysis of gettext (Library) on depth 5 completed in 189.76 ms.
Analysis of _ctypes (Compiled) on depth 4 completed in 3.93 ms.
Analysis of torch.nn.parallel.replicate (Stub) on depth 4 completed in 0.32 ms.
Analysis of code (Library) queued. Dependencies: code (stub), sys, traceback, argparse, codeop, readline
Import: http /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/http/__init__.py
Import: http.server /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/http/server.py
Import: email /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/__init__.py
Import: email.message /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/message.py
Import: webbrowser /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/webbrowser.py
Import: codeop /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/codeop.py
Analysis of codeop (Library) queued. Dependencies: codeop (stub), __future__
Analysis of codeop (Stub) queued. Dependencies: types (stub)
Analysis of webbrowser (Library) queued. Dependencies: webbrowser (stub), os, shlex, shutil, sys, subprocess, copy, glob, pwd, socket, tempfile, getopt
Import: socket /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/socket.py
Analysis of torch.nn.parallel._functions (Library) on depth 5 completed in 2.39 ms.
Analysis of _sha3 (Compiled) queued. Dependencies:
Analysis of socket (Library) queued. Dependencies: socket (stub), _socket, os, sys, io, selectors, enum, errno
Create compiled (scraped): _socket /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_socket.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of _socket (Compiled) queued. Dependencies:
Analysis of webbrowser (Stub) queued. Dependencies: sys (stub)
Analysis of _hashlib (Compiled) queued. Dependencies:
Analysis of _thread (CompiledBuiltin) on depth 4 completed in 135.31 ms.
Analysis of logging (Stub) queued. Dependencies: string (stub), time (stub), types (stub), sys (stub), threading (stub)
Analysis of email.message (Library) queued. Dependencies: email.message (stub), re, uu, quopri, io, email, email.utils, email.errors, email._policybase, email.charset, email._encoded_words, email.generator, email.iterators, email.policy
Analysis of glob (Stub) queued. Dependencies: sys (stub)
Analysis of email.message (Stub) queued. Dependencies: sys (stub), email.charset (stub), email.errors (stub), email.header (stub), email.policy (stub), email.contentmanager (stub)
Import: uu /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/uu.py
Import: quopri /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/quopri.py
Import: email.utils /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/utils.py
Import: email.errors /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/errors.py
Import: email._policybase /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/_policybase.py
Analysis of _warnings (CompiledBuiltin) on depth 4 completed in 13.11 ms.
Analysis of torch.optim.lr_scheduler (Stub) on depth 4 completed in 2.22 ms.
Analysis of _posixsubprocess (Compiled) on depth 5 completed in 0.16 ms.
Import: email.charset /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/charset.py
Import: email._encoded_words /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/_encoded_words.py
Import: email.generator /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/generator.py
Import: email.iterators /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/iterators.py
Import: email.policy /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/policy.py
Analysis of email.contentmanager (Stub) queued. Dependencies: email.message (stub)
Analysis of email.header (Stub) queued. Dependencies: email.charset (stub)
Analysis of email (Library) queued. Dependencies: email (stub), email.parser
Import: email.parser /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/parser.py
Analysis of email.parser (Library) queued. Dependencies: email.parser (stub), io, email.feedparser, email._policybase
Import: email.feedparser /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/feedparser.py
Analysis of email.feedparser (Library) queued. Dependencies: email.feedparser (stub), re, email, email.errors, email._policybase, collections, io, email.message
Analysis of email.feedparser (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of email.parser (Stub) queued. Dependencies: email (stub), email.feedparser (stub), email.message (stub), email.policy (stub)
Analysis of email (Stub) queued. Dependencies: sys (stub), email.message (stub), email.policy (stub)
Analysis of email.policy (Library) queued. Dependencies: email.policy (stub), re, email._policybase, email.utils, email.headerregistry, email.contentmanager, email.message
Import: email.headerregistry /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/headerregistry.py
Analysis of http.server (Library) queued. Dependencies: http.server (stub), email, email.utils, html, http, http.client, io, mimetypes, os, posixpath, select, shutil, socket, socketserver, sys, time, urllib, urllib.parse, copy, argparse, pwd, base64, binascii, subprocess
Import: email.contentmanager /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/contentmanager.py
Analysis of uu (Stub) queued. Dependencies: sys (stub)
Analysis of quopri (Stub) queued. Dependencies:
Import: html /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/html/__init__.py
Import: http.client /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/http/client.py
Analysis of html (Stub) queued. Dependencies:
Analysis of uu (Library) queued. Dependencies: uu (stub), binascii, os, sys, optparse
Analysis of html (Library) queued. Dependencies: html (stub), re, html.entities
Analysis of atexit (Stub) queued. Dependencies:
Analysis of email.utils (Stub) queued. Dependencies: email.charset (stub), datetime (stub)
Analysis of quopri (Library) queued. Dependencies: quopri (stub), binascii, io, sys, getopt
Analysis of readline (Stub) queued. Dependencies: sys (stub)
Analysis of gc (Stub) queued. Dependencies:
Analysis of glob (Library) queued. Dependencies: glob (stub), os, re, fnmatch
Analysis of gc (CompiledBuiltin) queued. Dependencies: gc (stub)
Analysis of http.client (Stub) queued. Dependencies: email (stub), email.message (stub), io (stub), socket (stub), sys (stub), ssl (stub), types (stub)
Analysis of ast (Stub) queued. Dependencies: _ast (stub)
Analysis of email.errors (Stub) queued. Dependencies:
Analysis of email.utils (Library) queued. Dependencies: email.utils (stub), os, re, time, random, socket, datetime, urllib, urllib.parse, email._parseaddr, email.charset
Analysis of opcode (Stub) queued. Dependencies: sys (stub)
Analysis of email.errors (Library) queued. Dependencies: email.errors (stub)
Analysis of email._policybase (Library) queued. Dependencies: abc, email, email.header, email.charset, email.utils
Analysis of itertools (CompiledBuiltin) on depth 3 completed in 18.73 ms.
Analysis of opcode (Library) queued. Dependencies: opcode (stub), _opcode
Analysis of email.charset (Stub) queued. Dependencies:
Analysis of _ast (CompiledBuiltin) queued. Dependencies: _ast (stub)
Analysis of atexit (CompiledBuiltin) queued. Dependencies: atexit (stub)
Analysis of grp (Compiled) on depth 4 completed in 55.87 ms.
Analysis of email.charset (Library) queued. Dependencies: email.charset (stub), functools, email, email.base64mime, email.quoprimime, email.errors, email.encoders
Analysis of logging (Library) queued. Dependencies: logging (stub), sys, os, time, io, traceback, warnings, weakref, collections, string, threading, atexit
Analysis of pwd (CompiledBuiltin) on depth 4 completed in 58.83 ms.
Import: mimetypes /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/mimetypes.py
Analysis of readline (Compiled) queued. Dependencies: readline (stub)
Analysis of email.contentmanager (Library) queued. Dependencies: email.contentmanager (stub), binascii, email, email.charset, email.message, email.errors, email.quoprimime
Import: socketserver /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/socketserver.py
Import: base64 /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/base64.py
Import: optparse /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/optparse.py
Import: html.entities /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/html/entities.py
Analysis of base64 (Library) queued. Dependencies: base64 (stub), re, struct, binascii, warnings, sys, getopt
Analysis of http.client (Library) queued. Dependencies: http.client (stub), email, email.parser, email.message, http, io, os, re, socket, collections, urllib.parse, ssl, warnings
Import: datetime /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/datetime.py
Analysis of importlib.abc (Library) queued. Dependencies: importlib.abc (stub), importlib, importlib._bootstrap, importlib._bootstrap_external, importlib.machinery, abc
Import: email._parseaddr /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/_parseaddr.py
Import: email.header /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/header.py
Analysis of email._encoded_words (Library) queued. Dependencies: re, base64, binascii, functools, string, email, email.errors
Create compiled (scraped): _opcode /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_opcode.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Import: email.base64mime /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/base64mime.py
Analysis of shlex (Stub) queued. Dependencies: sys (stub)
Import: email.quoprimime /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/quoprimime.py
Analysis of _ast (Stub) queued. Dependencies: sys (stub)
Analysis of optparse (Stub) queued. Dependencies: sys (stub)
Analysis of pkgutil (Stub) queued. Dependencies: sys (stub), importlib.abc (stub)
Analysis of email.generator (Stub) queued. Dependencies: email.message (stub), email.policy (stub)
Analysis of pkgutil (Library) queued. Dependencies: pkgutil (stub), collections, functools, importlib, importlib.util, importlib.machinery, os, sys, types, warnings, marshal, inspect, zipimport
Analysis of mimetypes (Stub) queued. Dependencies: sys (stub)
Import: email.encoders /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/encoders.py
Analysis of platform (Stub) queued. Dependencies: os (stub)
Analysis of html.entities (Stub) queued. Dependencies:
Analysis of email.header (Library) queued. Dependencies: email.header (stub), re, binascii, email, email.quoprimime, email.base64mime, email.errors, email.charset
Analysis of email.encoders (Library) queued. Dependencies: email.encoders (stub), base64, quopri
Import: ssl /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/ssl.py
Analysis of email.iterators (Stub) queued. Dependencies: email.message (stub)
Analysis of email.encoders (Stub) queued. Dependencies: email.message (stub)
Analysis of email.iterators (Library) queued. Dependencies: email.iterators (stub), sys, io
Analysis of email.quoprimime (Library) queued. Dependencies: re, string
Analysis of email._parseaddr (Library) queued. Dependencies: time, calendar
Analysis of email.base64mime (Library) queued. Dependencies: base64, binascii
Analysis of email.generator (Library) queued. Dependencies: email.generator (stub), re, sys, time, random, copy, io, email.utils
Analysis of platform (Library) queued. Dependencies: platform (stub), collections, sys, os, re, subprocess, warnings, plistlib, socket, struct
Analysis of datetime (Library) queued. Dependencies: datetime (stub), time, math, sys, _strptime, _datetime
Analysis of shlex (Library) queued. Dependencies: shlex (stub), os, re, sys, collections, io
Analysis of email.policy (Stub) queued. Dependencies: abc (stub), sys (stub), email.message (stub), email.errors (stub), email.header (stub), email.contentmanager (stub)
Create built-in compiled (scraped) module: marshal /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of urllib (Stub) queued. Dependencies:
Create built-in compiled (scraped) module: zipimport /Users/victor/Documents/Experiments/torch/nndebug/bin/python
Analysis of optparse (Library) queued. Dependencies: optparse (stub), sys, os, textwrap, gettext
Analysis of urllib (Library) queued. Dependencies: urllib (stub)
Analysis of zipimport (CompiledBuiltin) queued. Dependencies: zipimport (stub)
Import: calendar /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/calendar.py
Analysis of zipimport (Stub) queued. Dependencies: types (stub)
Analysis of email.headerregistry (Stub) queued. Dependencies: datetime (stub), email.errors (stub), email.policy (stub)
Analysis of marshal (CompiledBuiltin) queued. Dependencies: marshal (stub)
Analysis of datetime (Stub) queued. Dependencies: sys (stub), time (stub)
Analysis of marshal (Stub) queued. Dependencies:
Analysis of tty (Stub) queued. Dependencies:
Import: plistlib /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/plistlib.py
Analysis of calendar (Library) queued. Dependencies: calendar (stub), sys, datetime, locale, itertools, argparse
Import: _strptime /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/_strptime.py
Analysis of mimetypes (Library) queued. Dependencies: mimetypes (stub), os, sys, posixpath, urllib, urllib.parse, getopt
Create compiled (scraped): _datetime /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_datetime.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of ssl (Library) queued. Dependencies: ssl (stub), ipaddress, textwrap, re, sys, os, collections, enum, _ssl, socket, base64, errno, warnings, time, calendar
Import: ipaddress /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/ipaddress.py
Analysis of http.server (Stub) queued. Dependencies: sys (stub), socketserver (stub), email (stub), email.message (stub)
Create compiled (scraped): _ssl /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/_ssl.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of ssl (Stub) queued. Dependencies: socket (stub), sys (stub)
Analysis of tty (Library) queued. Dependencies: tty (stub), termios
Create compiled (scraped): termios /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/termios.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of termios (Compiled) queued. Dependencies: termios (stub)
Analysis of html.entities (Library) queued. Dependencies: html.entities (stub)
Analysis of ipaddress (Stub) queued. Dependencies: sys (stub)
Analysis of pydoc_data (Library) queued. Dependencies:
Analysis of termios (Stub) queued. Dependencies:
Analysis of modules loop on depth 4 in 382.54 ms:
sys(Stub)
types(Stub)
Analysis of ipaddress (Library) queued. Dependencies: ipaddress (stub), functools
Analysis of pydoc_data.topics (Library) queued. Dependencies:
Analysis of http (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of difflib (Stub) on depth 4 completed in 1.72 ms.
Analysis of socketserver (Stub) queued. Dependencies: socket (stub), sys (stub), types (stub)
Analysis of plistlib (Stub) queued. Dependencies: sys (stub), enum (stub)
Analysis of shutil (Stub) on depth 4 completed in 12.69 ms.
Analysis of socketserver (Library) queued. Dependencies: socketserver (stub), socket, selectors, os, errno, sys, threading, dummy_threading, io, time, traceback
Analysis of plistlib (Library) queued. Dependencies: plistlib (stub), binascii, codecs, contextlib, datetime, enum, io, itertools, os, re, struct, warnings, xml.parsers.expat
Analysis of urllib.parse (Stub) on depth 5 completed in 9.83 ms.
Import: xml.parsers.expat /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/xml/parsers/expat.py
Analysis of operator (Stub) on depth 5 completed in 4.59 ms.
Analysis of xml.parsers.expat (Library) queued. Dependencies: xml.parsers.expat (stub), sys, pyexpat
Create compiled (scraped): pyexpat /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload/pyexpat.cpython-36m-darwin.so /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload
Analysis of random (Stub) on depth 5 completed in 4.75 ms.
Analysis of pyexpat (Compiled) queued. Dependencies: pyexpat (stub)
Analysis of email.headerregistry (Library) queued. Dependencies: email.headerregistry (stub), types, email, email.utils, email.errors, email._header_value_parser
Analysis of pyexpat (Stub) queued. Dependencies: pyexpat.errors (stub), pyexpat.model (stub)
Analysis of base64 (Stub) queued. Dependencies: sys (stub)
Import: email._header_value_parser /Users/victor/.pyenv/versions/3.6.9/lib/python3.6/email/_header_value_parser.py
Analysis of xml.parsers.expat (Stub) queued. Dependencies: pyexpat (stub), pyexpat.errors (stub), pyexpat.model (stub)
Analysis of pyexpat.model (Stub) queued. Dependencies:
Analysis of http (Library) queued. Dependencies: http (stub), enum
Analysis of pyexpat.errors (Stub) queued. Dependencies: sys (stub)
Analysis of math (Stub) on depth 4 completed in 6.52 ms.
Analysis of ctypes (Stub) on depth 4 completed in 23.17 ms.
Analysis of functools (Stub) on depth 5 completed in 242.02 ms.
Analysis of email._header_value_parser (Library) queued. Dependencies: re, urllib, string, collections, operator, email, email._encoded_words, email.errors, email.utils
Analysis of _datetime (Compiled) queued. Dependencies: datetime
Analysis of calendar (Stub) queued. Dependencies: datetime (stub), sys (stub), time (stub)
Analysis of _strptime (Library) queued. Dependencies: time, locale, calendar, re, datetime, _thread, _dummy_thread
Analysis of select (Stub) on depth 6 completed in 1.79 ms.
Analysis of _opcode (Compiled) queued. Dependencies:
Analysis of socket (Stub) on depth 7 completed in 5.64 ms.
Analysis of array (Stub) on depth 5 completed in 6.09 ms.
Analysis of _ssl (Compiled) queued. Dependencies:
Analysis of modules loop on depth 4 in 291.73 ms:
collections(Stub)
collections.abc(Stub)
Analysis of tempfile (Stub) on depth 4 completed in 1.9 ms.
Analysis of pathlib (Stub) on depth 4 completed in 10.07 ms.
Analysis of tarfile (Stub) on depth 4 completed in 4.22 ms.
Analysis of traceback (Stub) on depth 6 completed in 4.59 ms.
Analysis of io (Stub) on depth 4 completed in 18.56 ms.
Analysis of contextlib (Stub) on depth 4 completed in 1.76 ms.
Analysis of threading (Stub) on depth 5 completed in 3.07 ms.
Analysis of _operator (Stub) on depth 6 completed in 0.52 ms.
Analysis of math (Compiled) on depth 3 completed in 4.98 ms.
Analysis of select (Compiled) on depth 5 completed in 15.61 ms.
Analysis of collections.abc (Library) on depth 3 completed in 0.18 ms.
Analysis of struct (Stub) on depth 4 completed in 0.96 ms.
Analysis of reprlib (Stub) on depth 5 completed in 1.47 ms.
Analysis of selectors (Stub) on depth 6 completed in 2.2 ms.
Analysis of modules loop on depth 3 in 54.7 ms:
io(Library)
_io(CompiledBuiltin)
Analysis of struct (Library) on depth 3 completed in 0.23 ms.
Analysis of modules loop on depth 3 in 159.76 ms:
sys(CompiledBuiltin)
collections(Library)
warnings(Library)
types(Library)
functools(Library)
re(Library)
_functools(CompiledBuiltin)
reprlib(Library)
_dummy_thread(Library)
traceback(Library)
operator(Library)
_operator(CompiledBuiltin)
Analysis of contextlib (Library) on depth 3 completed in 4.63 ms.
Analysis of selectors (Library) on depth 5 completed in 18.59 ms.
Analysis of modules loop on depth 5 in 15.67 ms:
signal(Library)
_signal(CompiledBuiltin)
Analysis of difflib (Library) on depth 3 completed in 12.61 ms.
Analysis of urllib.parse (Library) on depth 4 completed in 179.03 ms.
Analysis of threading (Library) on depth 4 completed in 9.31 ms.
Analysis of dummy_threading (Library) on depth 4 completed in 0.69 ms.
Analysis of queue (Library) on depth 3 completed in 6.2 ms.
Analysis of torch._six (Library) on depth 2 completed in 1.76 ms.
Analysis of torch.optim.lr_scheduler (Library) on depth 3 completed in 6.44 ms.
Analysis of torch.optim (Stub) on depth 2 completed in 0.04 ms.
Analysis of modules loop on depth 3 in 47.85 ms:
os(Library)
subprocess(Library)
Analysis of fnmatch (Library) on depth 4 completed in 0.99 ms.
Analysis of torch._utils_internal (Library) on depth 3 completed in 1.25 ms.
Analysis of random (Library) on depth 4 completed in 3.16 ms.
Analysis of argparse (Library) on depth 4 completed in 58.31 ms.
Analysis of ctypes (Library) on depth 3 completed in 66.4 ms.
Analysis of pathlib (Library) on depth 3 completed in 28.65 ms.
Analysis of modules loop on depth 3 in 60.67 ms:
shutil(Library)
tarfile(Library)
Analysis of tempfile (Library) on depth 3 completed in 14.99 ms.
Analysis of modules loop on depth 1 in 474.53 ms:
torch(Stub)
torch.random(Library)
torch._tensor_str(Library)
torch.functional(Library)
torch.serialization(Library)
torch.autograd(Stub)
torch.cuda(Stub)
torch.nn(Stub)
torch._C(Compiled)
torch.nn.functional(Library)
torch.nn.functional(Stub)
torch._jit_internal(Library)
torch.nn.common_types(Stub)
torch.nn.parallel(Stub)
torch.nn.init(Library)
torch.nn.utils(Library)
torch.nn.utils.rnn(Library)
torch.nn.utils.clip_grad(Library)
torch.nn.utils.weight_norm(Library)
torch.nn.utils.convert_parameters(Library)
torch.nn.utils.spectral_norm(Library)
torch.nn.utils.fusion(Library)
torch.nn.parallel.scatter_gather(Library)
Analysis version 246 has been completed in 3555.51 ms with 169 entries analyzed and 1 entries skipped.
Analysis version 754 of 455 entries has started.
Analysis of copyreg (Library) on depth 4 completed for library in 5.22 ms.
Analysis of _sre (CompiledBuiltin) on depth 6 completed for library in 4.99 ms.
Analysis of _warnings (Stub) on depth 5 completed in 5.13 ms.
Analysis of itertools (Stub) on depth 4 completed in 5.29 ms.
Analysis of sre_constants (Stub) on depth 6 completed in 5.22 ms.
Analysis of torch.autograd.grad_mode (Stub) on depth 3 completed for library in 0.24 ms.
Analysis of _thread (Stub) on depth 5 completed in 0.13 ms.
Analysis of _dummy_thread (Stub) on depth 5 completed in 3.31 ms.
Analysis of grp (Stub) on depth 5 completed in 0.18 ms.
Analysis of abc (Stub) on depth 5 completed in 30.4 ms.
Analysis of pwd (Stub) on depth 5 completed in 0.29 ms.
Analysis of fnmatch (Stub) on depth 5 completed in 0.63 ms.
Analysis of unicodedata (Stub) on depth 6 completed in 0.68 ms.
Analysis of queue (Stub) on depth 4 completed in 0.92 ms.
Analysis of _ctypes (Compiled) on depth 4 completed for library in 14.93 ms.
Analysis of gettext (Stub) on depth 6 completed in 0.98 ms.
Analysis of _tracemalloc (Stub) on depth 6 completed in 0.18 ms.
Analysis of _posixsubprocess (Stub) on depth 6 completed in 0.27 ms.
Analysis of _compat_pickle (Library) on depth 4 completed for library in 0.51 ms.
Analysis of textwrap (Stub) on depth 6 completed in 0.49 ms.
Analysis of _pickle (Compiled) on depth 4 completed for library in 0.97 ms.
Analysis of _weakrefset (Stub) on depth 6 completed in 16 ms.
Analysis of decimal (Stub) on depth 8 completed for library in 4.42 ms.
Analysis of _sha1 (Compiled) on depth 6 completed for library in 0.17 ms.
Analysis of keyword (Stub) on depth 5 completed in 0.19 ms.
Analysis of _heapq (Stub) on depth 6 completed in 0.24 ms.
Analysis of _md5 (Compiled) on depth 6 completed for library in 0.09 ms.
Analysis of bisect (Stub) on depth 5 completed in 0.23 ms.
Analysis of _sha256 (Compiled) on depth 6 completed for library in 0.09 ms.
Analysis of _sha512 (Compiled) on depth 6 completed for library in 0.17 ms.
Analysis of encodings.aliases (Library) on depth 6 completed for library in 3.05 ms.
Analysis of _blake2 (Compiled) on depth 6 completed for library in 3.79 ms.
Analysis of torch.version (Library) on depth 6 completed for library in 0.04 ms.
Analysis of _sha3 (Compiled) on depth 6 completed for library in 1.3 ms.
Analysis of _hashlib (Compiled) on depth 6 completed for library in 0.28 ms.
Analysis of copy (Stub) on depth 5 completed in 5.75 ms.
Analysis of posix (Stub) on depth 5 completed in 0.46 ms.
Analysis of _bisect (Stub) on depth 6 completed in 0.3 ms.
Analysis of _stat (Stub) on depth 6 completed in 1.04 ms.
Analysis of _bz2 (Compiled) on depth 5 completed for library in 0.41 ms.
Analysis of string (Stub) on depth 6 completed in 0.97 ms.
Analysis of _string (CompiledBuiltin) on depth 6 completed for library in 0.07 ms.
Analysis of cmd (Stub) on depth 7 completed in 0.82 ms.
Analysis of _lzma (Compiled) on depth 5 completed for library in 20.54 ms.
Analysis of _socket (Compiled) on depth 9 completed for library in 1.62 ms.
Analysis of importlib._bootstrap (Library) on depth 6 completed for library in 20.65 ms.
Analysis of email.charset (Stub) on depth 9 completed in 0.48 ms.
Analysis of getopt (Stub) on depth 7 completed in 0.26 ms.
Analysis of pydoc_data (Library) on depth 7 completed for library in 0.03 ms.
Analysis of quopri (Stub) on depth 9 completed in 0.17 ms.
Analysis of pydoc_data.topics (Library) on depth 7 completed for library in 0.22 ms.
Analysis of email.errors (Stub) on depth 9 completed in 0.33 ms.
Analysis of html (Stub) on depth 9 completed in 0.09 ms.
Analysis of atexit (Stub) on depth 6 completed in 0.16 ms.
Analysis of gc (Stub) on depth 6 completed in 1.98 ms.
Analysis of _opcode (Compiled) on depth 7 completed for library in 0.07 ms.
Analysis of html.entities (Stub) on depth 10 completed in 0.13 ms.
Analysis of urllib (Stub) on depth 8 completed in 0.01 ms.
Analysis of marshal (Stub) on depth 9 completed in 0.17 ms.
Analysis of tty (Stub) on depth 8 completed in 1.63 ms.
Analysis of _warnings (CompiledBuiltin) on depth 4 completed for library in 0.68 ms.
Analysis of _ssl (Compiled) on depth 10 completed for library in 13.15 ms.
Analysis of pyexpat.model (Stub) on depth 11 completed for library in 10.1 ms.
Analysis of termios (Stub) on depth 9 completed in 19.07 ms.
Analysis of sre_parse (Stub) on depth 6 completed in 24.17 ms.
Analysis of itertools (CompiledBuiltin) on depth 3 completed for library in 36.65 ms.
Analysis of _tracemalloc (CompiledBuiltin) on depth 5 completed for library in 0.16 ms.
Analysis of _posixsubprocess (Compiled) on depth 5 completed for library in 0.13 ms.
Analysis of _thread (CompiledBuiltin) on depth 4 completed for library in 0.8 ms.
Analysis of grp (Compiled) on depth 4 completed for library in 0.51 ms.
Analysis of pwd (CompiledBuiltin) on depth 4 completed for library in 0.67 ms.
Analysis of _heapq (Compiled) on depth 5 completed for library in 2.37 ms.
Analysis of unicodedata (Compiled) on depth 5 completed for library in 1.06 ms.
Analysis of _bisect (Compiled) on depth 5 completed for library in 0.45 ms.
Analysis of email.header (Stub) on depth 9 completed in 0.48 ms.
Analysis of _stat (CompiledBuiltin) on depth 5 completed for library in 21.14 ms.
Analysis of modules loop on depth 4 in 68.82 ms:
sys(Stub)
types(Stub)
os(Stub)
importlib.abc(Stub)
_importlib_modulespec(Library)
io(Stub)
codecs(Stub)
mmap(Library)
os.path(Library)
Analysis of email.errors (Library) on depth 8 completed for library in 74.09 ms.
Analysis of marshal (CompiledBuiltin) on depth 8 completed for library in 0.34 ms.
Analysis of atexit (CompiledBuiltin) on depth 5 completed for library in 0.78 ms.
Analysis of urllib (Library) on depth 7 completed for library in 0.03 ms.
Analysis of gc (CompiledBuiltin) on depth 5 completed for library in 18.31 ms.
Analysis of html.entities (Library) on depth 9 completed for library in 43.99 ms.
Analysis of termios (Compiled) on depth 8 completed for library in 83.84 ms.
Analysis of bisect (Library) on depth 4 completed for library in 1.46 ms.
Analysis of math (Stub) on depth 4 completed in 1.45 ms.
Analysis of functools (Stub) on depth 5 completed in 2.09 ms.
Analysis of difflib (Stub) on depth 4 completed in 8.08 ms.
Analysis of array (Stub) on depth 5 completed for library in 1.44 ms.
Analysis of enum (Stub) on depth 6 completed in 20.65 ms.
Analysis of urllib.parse (Stub) on depth 5 completed in 21.24 ms.
Analysis of operator (Stub) on depth 5 completed in 21.71 ms.
Analysis of _random (Stub) on depth 6 completed in 0.37 ms.
Analysis of heapq (Stub) on depth 5 completed in 0.38 ms.
Analysis of argparse (Stub) on depth 5 completed in 6.72 ms.
Analysis of ctypes (Stub) on depth 4 completed in 20.39 ms.
Analysis of select (Stub) on depth 6 completed in 116.45 ms.
Analysis of token (Stub) on depth 6 completed in 0.91 ms.
Analysis of tracemalloc (Stub) on depth 5 completed in 3.21 ms.
Analysis of linecache (Stub) on depth 5 completed in 18.39 ms.
Analysis of pickle (Stub) on depth 4 completed in 18.38 ms.
Analysis of pprint (Stub) on depth 5 completed in 19.85 ms.
Analysis of locale (Stub) on depth 7 completed in 294.56 ms.
Analysis of ntpath (Stub) on depth 5 completed in 0.83 ms.
Analysis of sre_compile (Stub) on depth 6 completed in 0.89 ms.
Analysis of hashlib (Stub) on depth 6 completed in 1.27 ms.
Analysis of __future__ (Stub) on depth 5 completed in 1.97 ms.
Analysis of _weakref (Stub) on depth 5 completed in 5.98 ms.
Analysis of zlib (Stub) on depth 5 completed in 4.41 ms.
Analysis of numbers (Stub) on depth 6 completed in 4.97 ms.
Analysis of errno (Stub) on depth 5 completed in 14.19 ms.
Analysis of pdb (Stub) on depth 6 completed in 0.46 ms.
Analysis of stat (Stub) on depth 5 completed in 0.42 ms.
Analysis of posixpath (Stub) on depth 5 completed in 0.67 ms.
Analysis of py_compile (Stub) on depth 6 completed in 0.78 ms.
Analysis of opcode (Stub) on depth 7 completed in 4.78 ms.
Analysis of readline (Stub) on depth 7 completed in 0.6 ms.
Analysis of uu (Stub) on depth 9 completed in 0.45 ms.
Analysis of binascii (Stub) on depth 6 completed in 6.4 ms.
Analysis of glob (Stub) on depth 7 completed in 1.09 ms.
Analysis of webbrowser (Stub) on depth 8 completed in 13.7 ms.
Analysis of _ast (Stub) on depth 7 completed in 28.93 ms.
Analysis of base64 (Stub) on depth 9 completed in 0.44 ms.
Analysis of shlex (Stub) on depth 7 completed in 0.78 ms.
Analysis of optparse (Stub) on depth 10 completed in 3.9 ms.
Analysis of mimetypes (Stub) on depth 9 completed in 1.15 ms.
Analysis of ipaddress (Stub) on depth 11 completed in 16.36 ms.
Analysis of subprocess (Stub) on depth 5 completed in 4.45 ms.
Analysis of traceback (Stub) on depth 5 completed in 1.88 ms.
Analysis of tempfile (Stub) on depth 4 completed in 0.82 ms.
Analysis of pyexpat.errors (Stub) on depth 11 completed for library in 0.74 ms.
Analysis of warnings (Stub) on depth 4 completed in 7.18 ms.
Analysis of modules loop on depth 8 in 10.76 ms:
email.message(Stub)
email.policy(Stub)
email.contentmanager(Stub)
Analysis of contextlib (Stub) on depth 4 completed in 18.44 ms.
Analysis of code (Stub) on depth 7 completed in 0.58 ms.
Analysis of codeop (Stub) on depth 8 completed in 0.32 ms.
Analysis of modules loop on depth 4 in 18.69 ms:
collections(Stub)
collections.abc(Stub)
Analysis of zipimport (Stub) on depth 9 completed in 0.49 ms.
Analysis of threading (Stub) on depth 5 completed in 1.85 ms.
Analysis of time (Stub) on depth 5 completed in 1.21 ms.
Analysis of shutil (Stub) on depth 4 completed in 5.81 ms.
Analysis of inspect (Stub) on depth 5 completed in 2.94 ms.
Analysis of pathlib (Stub) on depth 4 completed in 1.74 ms.
Analysis of zipfile (Stub) on depth 5 completed in 1.4 ms.
Analysis of tarfile (Stub) on depth 4 completed in 1.64 ms.
Analysis of platform (Stub) on depth 8 completed in 4.03 ms.
Analysis of lzma (Stub) on depth 5 completed in 0.9 ms.
Analysis of _codecs (Stub) on depth 6 completed in 2.51 ms.
Analysis of encodings (Stub) on depth 6 completed in 0.15 ms.
Analysis of tty (Library) on depth 7 completed for library in 3.12 ms.
Analysis of _compression (Stub) on depth 6 completed in 0.45 ms.
Analysis of pkgutil (Stub) on depth 8 completed in 4.69 ms.
Analysis of math (Compiled) on depth 3 completed for library in 6.49 ms.
Analysis of reprlib (Stub) on depth 5 completed in 10.69 ms.
Analysis of struct (Stub) on depth 4 completed in 10.54 ms.
Analysis of bz2 (Stub) on depth 5 completed in 21.78 ms.
Analysis of modules loop on depth 6 in 24.11 ms:
importlib.machinery(Stub)
importlib(Stub)
importlib.util(Stub)
Analysis of re (Stub) on depth 5 completed in 21.82 ms.
Analysis of _operator (Stub) on depth 6 completed in 0.24 ms.
Analysis of random (Stub) on depth 5 completed in 2.99 ms.
Analysis of _random (Compiled) on depth 5 completed for library in 0.47 ms.
Analysis of socket (Stub) on depth 7 completed in 6.37 ms.
Analysis of http (Stub) on depth 8 completed in 1.19 ms.
Analysis of signal (Stub) on depth 6 completed in 1.47 ms.
Analysis of plistlib (Stub) on depth 9 completed in 0.81 ms.
Analysis of select (Compiled) on depth 5 completed for library in 35 ms.
Analysis of __future__ (Library) on depth 4 completed for library in 3.41 ms.
Analysis of tokenize (Stub) on depth 6 completed in 3.71 ms.
Analysis of _weakref (CompiledBuiltin) on depth 4 completed for library in 3.34 ms.
Analysis of weakref (Stub) on depth 5 completed in 6.5 ms.
Analysis of zlib (Compiled) on depth 4 completed for library in 23.04 ms.
Analysis of readline (Compiled) on depth 6 completed for library in 0.32 ms.
Analysis of binascii (Compiled) on depth 5 completed for library in 1.38 ms.
Analysis of ast (Stub) on depth 6 completed in 0.73 ms.
Analysis of stat (Library) on depth 4 completed for library in 27.05 ms.
Analysis of errno (CompiledBuiltin) on depth 4 completed for library in 35.07 ms.
Analysis of opcode (Library) on depth 6 completed for library in 3.68 ms.
Analysis of dis (Stub) on depth 6 completed in 21.94 ms.
Analysis of _ast (CompiledBuiltin) on depth 6 completed for library in 99.48 ms.
Analysis of email.encoders (Stub) on depth 10 completed in 0.7 ms.
Analysis of pyexpat (Stub) on depth 11 completed in 1.22 ms.
Analysis of email.iterators (Stub) on depth 9 completed in 0.17 ms.
Analysis of email (Stub) on depth 8 completed in 0.2 ms.
Analysis of email.feedparser (Stub) on depth 10 completed in 7.21 ms.
Analysis of email.generator (Stub) on depth 9 completed in 0.73 ms.
Analysis of zipimport (CompiledBuiltin) on depth 8 completed for library in 1.38 ms.
Analysis of time (CompiledBuiltin) on depth 4 completed for library in 2.69 ms.
Analysis of logging (Stub) on depth 7 completed in 5.79 ms.
Analysis of datetime (Stub) on depth 10 completed in 176.38 ms.
Analysis of _codecs (CompiledBuiltin) on depth 5 completed for library in 0.77 ms.
Analysis of selectors (Stub) on depth 6 completed in 1.74 ms.
Analysis of gzip (Stub) on depth 5 completed in 0.75 ms.
Analysis of _imp (Stub) on depth 7 completed in 1.37 ms.
Analysis of modules loop on depth 3 in 7.16 ms:
struct(Library)
_struct(Library)
Analysis of ssl (Stub) on depth 10 completed in 4.15 ms.
Analysis of socketserver (Stub) on depth 9 completed in 28.85 ms.
Analysis of _threading_local (Stub) on depth 6 completed in 0.3 ms.
Analysis of codeop (Library) on depth 7 completed for library in 0.63 ms.
Analysis of _weakrefset (Library) on depth 5 completed for library in 1.83 ms.
Analysis of xml.parsers.expat (Stub) on depth 10 completed in 2.29 ms.
Analysis of pyexpat (Compiled) on depth 10 completed for library in 18.32 ms.
Analysis of email.parser (Stub) on depth 9 completed in 0.77 ms.
Analysis of email.utils (Stub) on depth 9 completed in 0.5 ms.
Analysis of email.headerregistry (Stub) on depth 10 completed in 1.46 ms.
Analysis of unittest (Stub) on depth 6 completed in 8.33 ms.
Analysis of calendar (Stub) on depth 11 completed in 11.3 ms.
Analysis of _imp (CompiledBuiltin) on depth 6 completed for library in 0.19 ms.
Analysis of http.server (Stub) on depth 8 completed in 1.17 ms.
Analysis of abc (Library) on depth 4 completed for library in 2.96 ms.
Analysis of http.client (Stub) on depth 9 completed in 2.32 ms.
Analysis of doctest (Stub) on depth 5 completed in 2.43 ms.
Analysis of numbers (Library) on depth 5 completed for library in 3.71 ms.
Analysis of modules loop on depth 3 in 30.41 ms:
io(Library)
_io(Library)
Analysis of sre_constants (Library) on depth 5 completed for library in 3.92 ms.
Analysis of _compression (Library) on depth 5 completed for library in 17.06 ms.
Analysis of modules loop on depth 3 in 1457.61 ms:
sys(Library)
collections(Library)
collections.abc(Library)
contextlib(Library)
warnings(Library)
types(Library)
functools(Library)
linecache(Library)
tracemalloc(Library)
re(Library)
enum(Library)
sre_compile(Library)
sre_parse(Library)
_locale(Library)
inspect(Library)
weakref(Library)
os(Library)
posix(Library)
posixpath(Library)
ntpath(Library)
_collections_abc(Library)
subprocess(Library)
_functools(Library)
reprlib(Library)
difflib(Library)
shutil(Library)
tarfile(Library)
tempfile(Library)
pickle(Library)
signal(Library)
threading(Library)
selectors(Library)
dummy_threading(Library)
_dummy_thread(Library)
traceback(Library)
fnmatch(Library)
operator(Library)
urllib.parse(Library)
heapq(Library)
doctest(Library)
bz2(Library)
lzma(Library)
zipfile(Library)
copy(Library)
gzip(Library)
argparse(Library)
random(Library)
_operator(Library)
hashlib(Library)
keyword(Library)
_collections(Library)
textwrap(Library)
gettext(Library)
_threading_local(Library)
_signal(Library)
codecs(Library)
pprint(Library)
tokenize(Library)
token(Library)
locale(Library)
encodings(Library)
_bootlocale(Library)
encodings.mbcs(Library)
logging(Library)
ast(Library)
dis(Library)
importlib(Library)
importlib.machinery(Library)
genericpath(Library)
string(Library)
pdb(Library)
unittest(Library)
unittest.result(Library)
unittest.case(Library)
unittest.suite(Library)
unittest.loader(Library)
unittest.main(Library)
unittest.runner(Library)
unittest.signals(Library)
unittest.util(Library)
cmd(Library)
bdb(Library)
code(Library)
glob(Library)
shlex(Library)
pydoc(Library)
getopt(Library)
importlib._bootstrap_external(Library)
importlib.util(Library)
py_compile(Library)
importlib.abc(Library)
pkgutil(Library)
platform(Library)
http(Library)
http.server(Library)
email(Library)
email.message(Library)
webbrowser(Library)
socket(Library)
uu(Library)
quopri(Library)
email.utils(Library)
email._policybase(Library)
email.charset(Library)
email._encoded_words(Library)
email.generator(Library)
email.iterators(Library)
email.policy(Library)
email.parser(Library)
email.feedparser(Library)
email.headerregistry(Library)
email.contentmanager(Library)
html(Library)
http.client(Library)
mimetypes(Library)
socketserver(Library)
base64(Library)
optparse(Library)
datetime(Library)
email._parseaddr(Library)
email.header(Library)
email.base64mime(Library)
email.quoprimime(Library)
email.encoders(Library)
ssl(Library)
calendar(Library)
plistlib(Library)
_strptime(Library)
_datetime(Library)
ipaddress(Library)
xml.parsers.expat(Library)
email._header_value_parser(Library)
Analysis of torch.nn._reduction (Library) on depth 4 completed for library in 0.32 ms.
Analysis of torch.backends (Library) on depth 5 completed for library in 0.38 ms.
Analysis of torch.utils.hooks (Library) on depth 5 completed for library in 0.87 ms.
Analysis of torch._utils_internal (Library) on depth 3 completed for library in 0.3 ms.
Analysis of modules loop on depth 3 in 41.8 ms:
ctypes(Library)
ctypes._endian(Library)
Analysis of queue (Library) on depth 3 completed for library in 7.84 ms.
Analysis of torch._six (Library) on depth 2 completed for library in 1.21 ms.
Analysis of torch.nn.modules.utils (Library) on depth 4 completed for library in 0.65 ms.
Analysis of pathlib (Library) on depth 3 completed for library in 14.19 ms.
Analysis of modules loop on depth 1 in 696.19 ms:
torch(Library)
torch.random(Library)
torch._tensor_str(Library)
torch.functional(Library)
torch.serialization(Library)
torch.autograd(Library)
torch.cuda(Library)
torch.optim(Library)
torch.nn(Library)
torch._C(Library)
torch.nn.functional(Library)
torch.nn.functional(Stub)
torch.nn.modules(Library)
torch.nn.grad(Library)
torch.nn._VF(Library)
torch._jit_internal(Library)
torch.nn.common_types(Library)
torch._utils(Library)
torch.optim.sgd(Library)
torch.optim.adam(Library)
torch.optim.lr_scheduler(Library)
torch.optim.lr_scheduler(Stub)
torch.optim.optimizer(Library)
torch.nn.parameter(Library)
torch.nn.parallel(Library)
torch.nn.init(Library)
torch.nn.utils(Library)
torch.nn.utils.rnn(Library)
torch.nn.utils.clip_grad(Library)
torch.nn.utils.weight_norm(Library)
torch.nn.utils.convert_parameters(Library)
torch.nn.utils.spectral_norm(Library)
torch.nn.utils.fusion(Library)
torch.nn.parallel.data_parallel(Library)
torch.nn.parallel.distributed(Library)
torch.nn.parallel.parallel_apply(Library)
torch.nn.parallel.replicate(Library)
torch.nn.parallel.scatter_gather(Library)
torch.nn.parallel.scatter_gather(Stub)
torch.nn.parallel._functions(Library)
torch.cuda.comm(Library)
torch.cuda._utils(Library)
torch.cuda.nccl(Library)
torch.optim.sgd(Stub)
torch.nn.parallel.common_types(Library)
torch.nn.parallel.parallel_apply(Stub)
torch.nn.modules.module(Library)
torch.nn.modules.activation(Library)
torch.nn.modules.adaptive(Library)
torch.nn.modules.batchnorm(Library)
torch.nn.modules.container(Library)
torch.nn.modules.conv(Library)
torch.nn.modules.distance(Library)
torch.nn.modules.dropout(Library)
torch.nn.modules.fold(Library)
torch.nn.modules.instancenorm(Library)
torch.nn.modules.linear(Library)
torch.nn.modules.loss(Library)
torch.nn.modules.normalization(Library)
torch.nn.modules.padding(Library)
torch.nn.modules.pixelshuffle(Library)
torch.nn.modules.pooling(Library)
torch.nn.modules.rnn(Library)
torch.nn.modules.sparse(Library)
torch.nn.modules.upsampling(Library)
torch.nn.modules.adaptive(Stub)
torch.nn.modules.activation(Stub)
torch.nn.modules.distance(Stub)
torch.nn.modules.rnn(Stub)
torch.backends.cudnn(Library)
torch.backends.cudnn.rnn(Library)
torch.nn.modules.instancenorm(Stub)
torch.nn.modules.conv(Stub)
torch.nn.modules.batchnorm(Stub)
torch.nn.modules._functions(Library)
torch.nn.modules.container(Stub)
torch.nn.modules.linear(Stub)
torch.nn.modules.upsampling(Stub)
torch.autograd.function(Library)
torch.nn.modules.loss(Stub)
torch.utils(Library)
torch.utils.throughput_benchmark(Library)
Analysis of test (User) on depth 0 completed in 0.33 ms.
Indexing libraries.
Analysis complete: 455 modules in 7969.24 ms.
Analysis version 754 of 455 entries has been completed in 3670.09 ms.
Analysis of test (User) queued. Dependencies: torch
Analysis version 755 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 23.07 ms.
Analysis complete: 1 modules in 27.31 ms.
Analysis version 755 of 1 entries has been completed in 23.52 ms.
Analysis of test (User) queued. Dependencies: torch
Analysis version 756 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 8.13 ms.
Analysis complete: 1 modules in 9.8 ms.
Analysis version 756 of 1 entries has been completed in 8.32 ms.
Completions in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 5)
Analysis of test (User) queued. Dependencies: torch
Analysis version 757 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.31 ms.
Analysis complete: 1 modules in 1.98 ms.
Analysis version 757 of 1 entries has been completed in 0.63 ms.
Analysis of test (User) queued. Dependencies: torch
Analysis version 758 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.47 ms.
Analysis complete: 1 modules in 1.61 ms.
Analysis version 758 of 1 entries has been completed in 0.65 ms.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 8) - (4, 8)
IntelliCode identified no likely completion items.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 8) - (4, 8)
Analysis of test (User) queued. Dependencies: torch
Analysis version 759 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.44 ms.
Analysis complete: 1 modules in 1.54 ms.
Analysis version 759 of 1 entries has been completed in 0.58 ms.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 9) - (4, 9)
Analysis of test (User) queued. Dependencies: torch
Completions in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 10)
Analysis version 760 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.28 ms.
Analysis complete: 1 modules in 1.14 ms.
Analysis version 760 of 1 entries has been completed in 0.38 ms.
IntelliCode identified 5 likely completion items.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 10) - (4, 10)
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 10) - (4, 10)
Analysis of test (User) queued. Dependencies: torch
Analysis version 761 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.55 ms.
Analysis complete: 1 modules in 2.27 ms.
Analysis version 761 of 1 entries has been completed in 0.73 ms.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 11) - (4, 11)
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 11) - (4, 11)
Analysis of test (User) queued. Dependencies: torch
Analysis version 762 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.33 ms.
Analysis complete: 1 modules in 1.15 ms.
Analysis version 762 of 1 entries has been completed in 0.52 ms.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 12) - (4, 12)
Analysis of test (User) queued. Dependencies: torch
Analysis version 763 of 1 entries has started.
Analysis of test (User) on depth 0 completed in 0.47 ms.
Analysis complete: 1 modules in 1.33 ms.
Analysis version 763 of 1 entries has been completed in 0.66 ms.
Completions in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 13)
IntelliCode identified no likely completion items.
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 13) - (4, 13)
Code Action in file:///Users/victor/Documents/Experiments/torch/test.py at (4, 13) - (4, 13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment