Skip to content

Instantly share code, notes, and snippets.

View VladislavZavadskyy's full-sized avatar

Vladyslav Zavadskyi VladislavZavadskyy

View GitHub Profile
@VladislavZavadskyy
VladislavZavadskyy / Untitled.ipynb
Created June 14, 2018 16:01
tenviz/Outliers.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
<ipython-input-701-a606fdca888c> in <module>()
2 #m = torch.nn.DataParallel(m, [0,1,2]).cuda()
3 data = Variable(torch.randn(10,10,10)).cuda()
----> 4 m(data)
~/anaconda3/envs/ds/lib/python3.6/site-packages/torch/nn/modules/module.py in __call__(self, *input, **kwargs)
355 result = self._slow_forward(*input, **kwargs)
356 else:
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-655-8b0ceadc21a4> in <module>()
----> 1 out = model(cated.transpose(0,1),time_major=True)
~/anaconda3/envs/ds/lib/python3.6/site-packages/torch/nn/modules/module.py in __call__(self, *input, **kwargs)
355 result = self._slow_forward(*input, **kwargs)
356 else:
--> 357 result = self.forward(*input, **kwargs)
358 for hook in self._forward_hooks.values():
This file has been truncated, but you can view the full file.
https://github.com/HandBrake/HandBrake.git
https://github.com/hashcat/hashcat.git
https://github.com/redis/hiredis.git
https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System.git
https://github.com/hishamhm/htop.git
https://github.com/nodejs/http-parser.git
https://github.com/mruby/mruby.git
https://github.com/nanomsg/nanomsg.git
https://github.com/firehol/netdata.git
https://github.com/arut/nginx-rtmp-module.git
running build
running build_deps
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vladislav/Desktop/pytorch/torch/lib/build/nccl
[100%] Generating lib/libnccl.so
Compiling src/all_reduce.cu > /home/vladislav/Desktop/pytorch/torch/lib/build/nccl/obj/all_reduce.o
Compiling src/reduce.cu > /home/vladislav/Desktop/pytorch/torch/lib/build/nccl/obj/reduce.o
Compiling src/reduce_scatter.cu > /home/vladislav/Desktop/pytorch/torch/lib/build/nccl/obj/reduce_scatter.o
ptxas warning : Too big maxrregcount value specified 96, will be ignored
2255: find library=libpython3.6m.so.1.0 [0]; searching
2255: search path=/home/vladislav/.conda/envs/ds/bin/../lib/tls/x86_64:/home/vladislav/.conda/envs/ds/bin/../lib/tls:/home/vladislav/.conda/envs/ds/bin/../lib/x86_64:/home/vladislav/.conda/envs/ds/bin/../lib (RPATH from file python)
2255: trying file=/home/vladislav/.conda/envs/ds/bin/../lib/tls/x86_64/libpython3.6m.so.1.0
2255: trying file=/home/vladislav/.conda/envs/ds/bin/../lib/tls/libpython3.6m.so.1.0
2255: trying file=/home/vladislav/.conda/envs/ds/bin/../lib/x86_64/libpython3.6m.so.1.0
2255: trying file=/home/vladislav/.conda/envs/ds/bin/../lib/libpython3.6m.so.1.0
2255:
2255: find library=libpthread.so.0 [0]; searching
2255: search path=/home/vladislav/.conda/envs/ds/bin/../lib (RPATH from file python)
2255: trying file=/home/vladislav/.conda/envs/ds/bin/../lib/libpthread.so.0