forked from laoreja/HPLFlowNet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a4fdca
commit 18dfc23
Showing
847 changed files
with
34,727 additions
and
238 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
load("@rules_python//python:defs.bzl", "py_library") | ||
|
||
package( | ||
default_visibility = ["//visibility:public"], | ||
) | ||
|
||
# Binaries | ||
py_binary( | ||
name = "process_flyingthings3d_subset", | ||
srcs = [ | ||
"data_preprocess/IO.py", | ||
"data_preprocess/flyingthings3d_utils.py", | ||
"data_preprocess/process_flyingthings3d_subset.py", | ||
], | ||
) | ||
|
||
py_binary( | ||
name = "process_kitti", | ||
srcs = [ | ||
"data_preprocess/IO.py", | ||
"data_preprocess/kitti_utils.py", | ||
"data_preprocess/process_kitti.py", | ||
], | ||
) | ||
|
||
py_binary( | ||
name = "main", | ||
srcs = ["main.py"], | ||
deps = [ | ||
":hplflownet", | ||
], | ||
) | ||
|
||
py_binary( | ||
name = "visualization", | ||
srcs = ["visualization.py"], | ||
deps = [ | ||
":hplflownet", | ||
], | ||
) | ||
|
||
# Libraries | ||
py_library( | ||
name = "hplflownet", | ||
srcs = glob([ | ||
"data_preprocess/*.py", | ||
"datasets/*.py", | ||
"models/*.py", | ||
"transforms/*.py", | ||
"utils/*.py", | ||
]) + [ | ||
"main_utils.py", | ||
], | ||
data = glob([ | ||
"models/*.so", | ||
]), | ||
imports = ["."], | ||
) | ||
|
||
# Tests |
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
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399160.ivan-pc.21528.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399189.ivan-pc.21589.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399241.ivan-pc.21647.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399282.ivan-pc.21739.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399322.ivan-pc.21820.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399450.ivan-pc.21979.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399516.ivan-pc.22064.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399614.ivan-pc.22169.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399778.ivan-pc.22436.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399818.ivan-pc.22658.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585399900.ivan-pc.22906.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585400110.ivan-pc.23241.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585400396.ivan-pc.23460.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585400485.ivan-pc.23560.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585400900.ivan-pc.24165.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585401129.ivan-pc.24300.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585401142.ivan-pc.24344.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585401194.ivan-pc.24404.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585401250.ivan-pc.24466.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585401366.ivan-pc.24839.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585401561.ivan-pc.25149.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585402105.ivan-pc.25722.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585402203.ivan-pc.25958.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585402340.ivan-pc.26353.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585402477.ivan-pc.26700.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585402552.ivan-pc.27042.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585402718.ivan-pc.27409.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585403045.ivan-pc.27891.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585403090.ivan-pc.28204.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585403159.ivan-pc.28506.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585403191.ivan-pc.28573.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585412369.ivan-pc.1850.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585421614.ivan-pc.6586.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585422520.ivan-pc.7382.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585422684.ivan-pc.7731.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585422941.ivan-pc.8120.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585423512.ivan-pc.8620.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585423926.ivan-pc.9050.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585425405.ivan-pc.9863.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585483732.ivan-pc.8253.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585494420.ivan-pc.13122.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585494566.ivan-pc.13440.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585494711.ivan-pc.13810.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585494791.ivan-pc.14153.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585495469.ivan-pc.14794.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585499115.ivan-pc.16631.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585509468.ivan-pc.23233.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585509504.ivan-pc.23311.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585509964.ivan-pc.23811.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585510153.ivan-pc.24251.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585511608.ivan-pc.25082.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585512378.ivan-pc.25878.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585561236.ivan-pc.6633.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585561471.ivan-pc.7132.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585564203.ivan-pc.9711.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585564404.ivan-pc.10268.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585565880.ivan-pc.11403.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585593082.ivan-pc.24057.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585593214.ivan-pc.24487.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585593263.ivan-pc.24796.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585593338.ivan-pc.25136.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585594245.ivan-pc.25927.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585594326.ivan-pc.26243.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585595448.ivan-pc.27165.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585646196.ivan-pc.7452.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585646904.ivan-pc.8118.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585646982.ivan-pc.8391.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585647336.ivan-pc.8775.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585649434.ivan-pc.10072.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585650218.ivan-pc.10694.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585676091.ivan-pc.19601.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585685736.ivan-pc.22148.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585688508.ivan-pc.24221.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585688635.ivan-pc.24366.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585688815.ivan-pc.24751.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585688999.ivan-pc.25132.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585733342.ivan-pc.23254.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585733379.ivan-pc.23526.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585733425.ivan-pc.23747.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585733542.ivan-pc.23834.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585733680.ivan-pc.24136.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585734441.ivan-pc.24689.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585734496.ivan-pc.25002.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585734613.ivan-pc.25294.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585734639.ivan-pc.25536.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585735124.ivan-pc.25851.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585735247.ivan-pc.26155.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585735396.ivan-pc.26502.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585736097.ivan-pc.26916.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585736337.ivan-pc.27113.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585736361.ivan-pc.27345.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585738635.ivan-pc.28667.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585738783.ivan-pc.28978.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585738860.ivan-pc.29305.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585738978.ivan-pc.29570.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585742084.ivan-pc.31138.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585742136.ivan-pc.31502.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585742341.ivan-pc.31817.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585743728.ivan-pc.32566.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585744747.ivan-pc.990.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585747955.ivan-pc.3330.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585748032.ivan-pc.3608.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585748110.ivan-pc.3922.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585748806.ivan-pc.4517.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585748990.ivan-pc.4793.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585749086.ivan-pc.5092.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585749259.ivan-pc.5425.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585749305.ivan-pc.5673.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585749441.ivan-pc.5942.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585749487.ivan-pc.6244.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585749733.ivan-pc.6626.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585751206.ivan-pc.7607.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585759452.ivan-pc.11694.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585761546.ivan-pc.12929.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585761611.ivan-pc.13193.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585761750.ivan-pc.13552.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585761875.ivan-pc.13915.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585762051.ivan-pc.14229.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585766545.ivan-pc.16686.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585766601.ivan-pc.16996.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585766639.ivan-pc.17211.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585766732.ivan-pc.17440.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585767279.ivan-pc.17891.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585767431.ivan-pc.18166.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585767933.ivan-pc.18415.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585768128.ivan-pc.18534.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585768591.ivan-pc.19038.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585768716.ivan-pc.19323.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585769140.ivan-pc.19496.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585769902.ivan-pc.19815.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585770016.ivan-pc.19894.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585770248.ivan-pc.20009.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585770328.ivan-pc.20086.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585770886.ivan-pc.20503.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585771566.ivan-pc.21370.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585774582.ivan-pc.23128.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585774917.ivan-pc.23366.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585774944.ivan-pc.23606.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585774993.ivan-pc.23857.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585775420.ivan-pc.24255.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585822238.ivan-pc.9189.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585823410.ivan-pc.10491.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585829780.ivan-pc.13606.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585830273.ivan-pc.13992.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585831663.ivan-pc.14736.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585831781.ivan-pc.15102.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585832143.ivan-pc.15498.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585832604.ivan-pc.15932.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585842196.ivan-pc.20853.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585844152.ivan-pc.21824.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585844177.ivan-pc.22155.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585859698.ivan-pc.30771.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585860464.ivan-pc.31363.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585861207.ivan-pc.31952.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585906016.ivan-pc.8512.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585906124.ivan-pc.8617.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585906222.ivan-pc.8895.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585906260.ivan-pc.9026.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585906290.ivan-pc.9133.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585906532.ivan-pc.9269.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585909393.ivan-pc.11012.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585914438.ivan-pc.13957.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585935834.ivan-pc.24666.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585936599.ivan-pc.25356.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585940009.ivan-pc.27334.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1585940042.ivan-pc.27744.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586014820.ivan-pc.11806.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586015074.ivan-pc.12228.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586016679.ivan-pc.13138.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586036367.ivan-pc.7457.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586090180.ivan-pc.11498.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586093064.ivan-pc.13803.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586093817.ivan-pc.14378.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586094253.ivan-pc.14876.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586097870.ivan-pc.17403.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586098432.ivan-pc.17989.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586099571.ivan-pc.18997.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586099786.ivan-pc.19282.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586100112.ivan-pc.19608.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586100413.ivan-pc.20107.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586101304.ivan-pc.20984.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586101699.ivan-pc.21625.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586101883.ivan-pc.22162.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586102476.ivan-pc.22761.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586165377.ivan-pc.7972.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586169612.ivan-pc.11590.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586174683.ivan-pc.14306.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586174727.ivan-pc.14676.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586191526.ivan-pc.8865.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586191614.ivan-pc.9231.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586200119.ivan-pc.13709.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586200165.ivan-pc.14018.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586200285.ivan-pc.14376.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586202252.ivan-pc.15405.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586202275.ivan-pc.16120.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586251116.ivan-pc.6163.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586251383.ivan-pc.6530.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586251735.ivan-pc.6985.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586254317.ivan-pc.8117.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586254402.ivan-pc.8192.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586254903.ivan-pc.8395.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586258194.ivan-pc.10769.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586258512.ivan-pc.11895.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586258898.ivan-pc.12329.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586259272.ivan-pc.12906.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586259289.ivan-pc.13293.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586260347.ivan-pc.14509.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586260546.ivan-pc.14970.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586261347.ivan-pc.15730.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586261548.ivan-pc.16323.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586261612.ivan-pc.16741.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586261674.ivan-pc.17067.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586261854.ivan-pc.17515.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586262077.ivan-pc.18222.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586279070.ivan-pc.29131.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586279315.ivan-pc.29574.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586279892.ivan-pc.30328.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586279986.ivan-pc.30677.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586280580.ivan-pc.31210.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586280672.ivan-pc.31521.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586280726.ivan-pc.31842.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586280843.ivan-pc.32139.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586280870.ivan-pc.32444.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586281401.ivan-pc.496.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586281433.ivan-pc.846.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586283099.ivan-pc.2308.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586283156.ivan-pc.2722.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586283552.ivan-pc.3395.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586283779.ivan-pc.3841.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586333989.ivan-pc.6648.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586341042.ivan-pc.11648.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586341211.ivan-pc.12111.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586341285.ivan-pc.12405.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586341572.ivan-pc.12845.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586341929.ivan-pc.13531.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586341962.ivan-pc.13853.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342255.ivan-pc.14281.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342358.ivan-pc.14354.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342454.ivan-pc.14469.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342551.ivan-pc.14588.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342614.ivan-pc.14678.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342640.ivan-pc.14741.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342693.ivan-pc.15048.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342745.ivan-pc.15345.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342774.ivan-pc.15635.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586342845.ivan-pc.15927.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586346198.ivan-pc.18081.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586346295.ivan-pc.18430.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586346372.ivan-pc.18791.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586347361.ivan-pc.19518.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586348141.ivan-pc.20201.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586348249.ivan-pc.20339.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586349119.ivan-pc.20941.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586349547.ivan-pc.21368.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586349630.ivan-pc.21682.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586349864.ivan-pc.22062.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586349876.ivan-pc.22118.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586350387.ivan-pc.22593.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586354306.ivan-pc.24882.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586354560.ivan-pc.25308.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586366309.ivan-pc.7732.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586366641.ivan-pc.8156.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586367486.ivan-pc.8875.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586367613.ivan-pc.9186.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586369180.ivan-pc.10350.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586373860.ivan-pc.11043.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586374371.ivan-pc.12887.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586374550.ivan-pc.13259.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586375296.ivan-pc.13909.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586428886.ivan-pc.22938.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586429642.ivan-pc.23437.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586429757.ivan-pc.23786.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586430096.ivan-pc.24158.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586430824.ivan-pc.24708.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586430891.ivan-pc.25031.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586439344.ivan-pc.27693.0
Binary file not shown.
Binary file added
BIN
+242 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586439923.ivan-pc.28262.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586440865.ivan-pc.28814.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586441085.ivan-pc.29170.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586457437.ivan-pc.8544.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586457469.ivan-pc.8809.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586457513.ivan-pc.9058.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586457613.ivan-pc.9340.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586457797.ivan-pc.9692.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586457850.ivan-pc.9956.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586463426.ivan-pc.24836.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586463479.ivan-pc.25116.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586463569.ivan-pc.25436.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586463627.ivan-pc.25436.1
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586463652.ivan-pc.25436.2
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586464455.ivan-pc.29739.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586464488.ivan-pc.30038.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586508501.ivan-pc.8303.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586508685.ivan-pc.8743.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586508938.ivan-pc.8945.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586509010.ivan-pc.9310.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586509134.ivan-pc.9436.0
Binary file not shown.
Binary file added
BIN
+40 Bytes
board/train/debug_RefRESH/events.out.tfevents.1586511742.ivan-pc.12037.0
Binary file not shown.
Oops, something went wrong.