R Devon Hjelm

Results 8 issues of 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...

Discrete BGAN needs to be ported over and added to built-ins.

help wanted

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...

bug
help wanted

It would be good to have this dataset

datasets

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...

enhancement
Feature request
tests

Toy datasets needs to be ported over, with a plugin added and registered.

help wanted