R Devon Hjelm
R Devon Hjelm
Ubuntu 20.04 cuda-11.4 4 GPU / 4 CPU core node Setup (from fresh VM): ```shell > apt-get update && apt-get install -y --no-install-recommends \ libgl1-mesa-glx libosmesa6 libglew-dev > pip install...
I'm attempting to use some of the baseline examples (e.g., the dqn agent trained on Atari) with tensorboard. I found the TFSummaryLogger and attempted to replace the default logger with...
I'm trying to compile on Ubuntu 16.04 with `make -j 4`. cmake runs without errors. [ 38%] Linking CXX executable ../tests/tokenize_piece_test CMakeFiles/tokenize_piece_test.dir/tokenize_piece_test.cc.o: In function `boost::unit_test::make_test_case(boost::unit_test::callback0 const&, boost::unit_test::basic_cstring)': tokenize_piece_test.cc:(.text._ZN5boost9unit_test14make_test_caseERKNS0_9callback0INS0_9ut_detail6unusedEEENS0_13basic_cstringIKcEE[_ZN5boost9unit_test14make_test_caseERKNS0_9callback0INS0_9ut_detail6unusedEEENS0_13basic_cstringIKcEE]+0x23): undefined reference...
So right now, there is an init_fn being passed to the DataLoader to avoid a terminal flood when you do a keyboard interrupt. Normally, pytorch doesn't handle this well, but...
Model build needs to be added to testing. Starting with classifier.py, with some variable arguments, the classifier needs to be tested for having the right parameter sizes as well as...