This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process 2543720: /work/tools/users/zeyer/py-envs/py3.11-torch2.1/bin/python3.11 ./sis m recipe/i6_experiments/users/zeyer/experiments/exp2023_04_25_rf/i6.py | |
Python v3.11.2 (/work/tools/users/zeyer/linuxbrew/Cellar/[email protected]/3.11.2_1/bin/python3.11) | |
Thread 2543720 (idle): "MainThread" | |
for_all_nodes (sisyphus/graph.py:579) | |
jobs (sisyphus/graph.py:345) | |
startup (sisyphus/manager.py:548) | |
run (sisyphus/manager.py:574) | |
wrapped_func (sisyphus/tools.py:311) | |
manager (sisyphus/manager.py:138) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process 2408628: /work/tools/users/zeyer/py-envs/py3.11-torch2.1/bin/python3.11 ./sis m recipe/i6_experiments/users/zeyer/experiments/exp2023_04_25_rf/i6.py | |
Python v3.11.2 (/work/tools/users/zeyer/linuxbrew/Cellar/[email protected]/3.11.2_1/bin/python3.11) | |
Thread 2408628 (idle): "MainThread" | |
for_all_nodes (sisyphus/graph.py:579) | |
get_jobs_by_status (sisyphus/graph.py:478) | |
update_jobs (sisyphus/manager.py:241) | |
run (sisyphus/manager.py:593) | |
wrapped_func (sisyphus/tools.py:311) | |
manager (sisyphus/manager.py:138) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled exception <class 'RuntimeError'> in thread <_MainThread(MainThread, started 140574602995520)>, proc 71253. | |
Thread current, main, <_MainThread(MainThread, started 140574602995520)>: | |
(Excluded thread.) | |
That were all threads. | |
EXCEPTION | |
Traceback (most recent call last): | |
File "/home/nbeneitez/Documentos/work/repos/returnn_pytorch/tools/torch_export_to_onnx.py", line 209, in <module> | |
line: main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXCEPTION | |
Traceback (most recent call last): | |
File "/home/icemole/Documentos/work/repos/returnn_pytorch/tools/torch_export_to_onnx.py", line 209, in <module> | |
line: main() | |
locals: | |
main = <local> <function main at 0x7f638c451750> | |
File "/home/icemole/Documentos/work/repos/returnn_pytorch/tools/torch_export_to_onnx.py", line 197, in main | |
line: export_func( | |
pt_model_fwd, | |
(extern_data_raw, {}), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from returnn.tf.util.data import Dim, batch_dim, single_step_dim, SpatialDim, FeatureDim | |
use_tensorflow = True | |
behavior_version = 12 | |
time_dim = SpatialDim('time') | |
input_dim = FeatureDim('input', 10) | |
dummy_input_feature_dim = FeatureDim('dummy-input-feature-dim', 1) | |
filter_dim0_dim = SpatialDim('filter-dim0', 3) | |
filter_dim1_dim = SpatialDim('filter-dim1', 3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from returnn.tf.util.data import Dim, batch_dim, single_step_dim, SpatialDim, FeatureDim | |
use_tensorflow = True | |
behavior_version = 12 | |
extern_data_data_dim_tags_1_time_dim = SpatialDim('time') | |
extern_data_data_dim_tags_2_input_dim = FeatureDim('input', 13) | |
network_linear_subnetwork_random_shape_1_linear_out_dim = FeatureDim('linear-out', 13) | |
extern_data = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ apt-cache policy | |
Package files: | |
100 /var/lib/dpkg/status | |
release a=now | |
500 http://packages.microsoft.com/repos/code stable/main armhf Packages | |
release o=code stable,a=stable,n=stable,l=code stable,c=main,b=armhf | |
origin packages.microsoft.com | |
500 http://packages.microsoft.com/repos/code stable/main arm64 Packages | |
release o=code stable,a=stable,n=stable,l=code stable,c=main,b=arm64 | |
origin packages.microsoft.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from returnn.config import Config | |
from returnn.tf.engine import Engine | |
import sys | |
sys.path.append("tests") | |
from test_TFNetworkLayer import make_feed_dict | |
n_in = 40 | |
model_filename = "test-703.model.001" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import gzip | |
import timeit | |
import ast | |
import os | |
import time | |
import better_exchook | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Fri Jan 8 01:42:57 2021] PM: suspend entry (deep) | |
[Fri Jan 8 01:42:57 2021] Filesystems sync: 0.005 seconds | |
[Fri Jan 8 01:42:57 2021] Freezing user space processes ... (elapsed 0.006 seconds) done. | |
[Fri Jan 8 01:42:57 2021] OOM killer disabled. | |
[Fri Jan 8 01:42:57 2021] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. | |
[Fri Jan 8 01:42:57 2021] printk: Suspending console(s) (use no_console_suspend to debug) | |
[Fri Jan 8 01:42:57 2021] serial 00:04: disabled | |
[Fri Jan 8 01:42:58 2021] sd 1:0:0:0: [sda] Synchronizing SCSI cache | |
[Fri Jan 8 01:42:58 2021] sd 3:0:0:0: [sdb] Synchronizing SCSI cache | |
[Fri Jan 8 01:42:58 2021] sd 3:0:0:0: [sdb] Stopping disk |
NewerOlder