Csaba Botos
Csaba Botos
Hi @krumo @yuhuayc , A few modifications and fixes were required to be able to run the `tools/train_net.py` with the provided config files - mostly just syntax updates, detectron dependency...
Following errors were interrupting the live-recording: ``` Traceback (most recent call last): File "myo_raw.py", line 464, in m.run(1) File "myo_raw.py", line 195, in run self.bt.recv_packet(timeout) File "myo_raw.py", line 80, in...
Few issues emerged with the `Sacred` package when reproducing results. 1. The PyPI version had python2/3 compatibility issues, that were addressed 1. The recent versions of Sacred had different interface...
``` Exception in thread Thread-6: Traceback (most recent call last): File "/home/cbotos/miniconda3/envs/ffcv/lib/python3.9/threading.py", line 980, in _bootstrap_inner self.run() File "/home/cbotos/miniconda3/envs/ffcv/lib/python3.9/site-packages/ffcv/loader/epoch_iterator.py", line 79, in run result = self.run_pipeline(b_ix, ixes, slot, events[slot]) File...
Hi, this is just a tiny issue that I came across while adding a custom dataset, that's not in ImageFolder format. In `solo/methods/base.py L553` the `validation_step` says the following: """Validation...
We got some misunderstanding in the team when they submitted the following `dependencies.txt` ipython3 Your current interpreter running in the background is python3, while our development environment defaults to 3.5...
If the 2D code is applied on a tensor that is a 2D slice of a larger tensor, e.g. ``` x.shape == [B, H, W, C] correct_out = connected_components_labeling(x[0, :,...
The `Adj Close` column is only appearing when `adjust_divs=False` but has a different value based on whether the `adjust_splits` argument is True or False. [EDIT] The `Adj Close` column is...