7:00- 4:00 ASRC PhD, GOES
- Dissertation
- Finishing discussion – done
- Rolling in TACJ from introduction – done
- Adding conclusions – done
- Fix H3a-c
- Reimbursement for fall – done
- Mission Drive meeting (need to get time for dissertation and GSAW prep)
7:00 – 8:00 ASRC PhD
7:00 – 5:00 ASRC PhD
\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
\let\endchangemargin=\endlist
\begin{changemargin}{1.5cm}{1.5cm}
They were one man, not thirty. For as the one ship that held them all; though it was put together of all contrasting things-oak, and maple, and pine wood; iron, and pitch, and hemp-yet all these ran into each other in the one concrete hull, which shot on its way, both balanced and directed by the long central keel; even so, all the individualities of the crew, this man’s valor, that man’s fear; guilt and guiltiness, all varieties were welded into oneness, and were all directed to that fatal goal which Ahab their one lord and keel did point to.
\end{changemargin}
7:00 – 4:30 ASRC PhD
7:00 – 11:30, 3:00 – 5:00 PhD
Get tix for ET 2020
7:00 – 4:30 PhD
7:00 – 7:00 ASRC PhD
Calculating Political Bias and Fighting Partisanship with AI
The online analyzer (https://www.thebipartisanpress.com/analyze-bias/#). Found this to have some left bias. I think its unable to distinguish between opinion presentation and fact presentation?
ASRC PhD 7:00 –
D:\Development\Sandboxes\transformers>make test-examples
python -m pytest -n auto --dist=loadfile -s -v ./examples/
================================================= test session starts =================================================
platform win32 -- Python 3.7.4, pytest-5.3.2, py-1.8.0, pluggy-0.13.1 -- D:\Program Files\Python37\python.exe
cachedir: .pytest_cache
rootdir: D:\Development\Sandboxes\transformers
plugins: forked-1.1.3, xdist-1.31.0
[gw0] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw1] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw2] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw3] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw4] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw5] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw6] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw7] win32 Python 3.7.4 cwd: D:\Development\Sandboxes\transformers
[gw0] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw1] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw2] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw3] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw4] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw5] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw6] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
[gw7] Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
gw0 [0] / gw1 [0] / gw2 [0] / gw3 [0] / gw4 [0] / gw5 [0] / gw6 [0] / gw7 [0]
scheduling tests via LoadFileScheduling
======================================================= ERRORS ========================================================
_____________________________________ ERROR collecting examples/test_examples.py ______________________________________
ImportError while importing test module 'D:\Development\Sandboxes\transformers\examples\test_examples.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
examples\test_examples.py:23: in
import run_generation
examples\run_generation.py:25: in
import torch
E ModuleNotFoundError: No module named 'torch'
_________________________ ERROR collecting examples/summarization/test_utils_summarization.py _________________________
ImportError while importing test module 'D:\Development\Sandboxes\transformers\examples\summarization\test_utils_summarization.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
examples\summarization\test_utils_summarization.py:18: in
import torch
E ModuleNotFoundError: No module named 'torch'
================================================== 2 errors in 1.57s ==================================================
make: *** [test-examples] Error 1



def set_seed(args):
np.random.seed(args.seed)
torch.manual_seed(args.seed)
if args.n_gpu > 0:
torch.cuda.manual_seed_all(args.seed)
args.device = torch.device("cuda" if torch.cuda.is_available() and not args.no_cuda else "cpu")
args.n_gpu = torch.cuda.device_count()
set_seed(args)
pip install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
ASRC PhD 7:00 – 4:00
6:30 – 10:30 ASRC PhD
ASRC PhD 6:30 – 9:30
7:00 – 4:30 ASRC
You must be logged in to post a comment.