Vineet
Vineet
I've run into the same issue. Python 3.5.2 torch==0.4.1 ``` Training... Traceback (most recent call last): File "train.py", line 574, in train_ae(1, train1_data[niter], total_loss_ae1, start_time, niter) File "train.py", line 400,...
@jiwoongim You can try using my forked version of the repository to see if it fixes the issue for you. I've verified it to be working for Python 3.5.2 and...
@jakezhaojb This doesn't look like a Python version issue. The named arguments used in this project vs. those accepted by PyTorch 0.4.1 are inconsistent. You should consider adding the version...
Not an author, but you're probably using a Tensorflow version greater than 1.4.1. Tensorflow 1.5 has breaking changes that are not reverse compatible. The code in this repository is heavy...
Open to other suggestions on how to improve this. I realize this overloads what the hint argument is used for as a per-item attribute. https://docs.rs/cliclack/latest/cliclack/struct.MultiSelect.html#method.item However, any subsequent 'correct' use...