Petteri Teikari
Petteri Teikari
I assume for your demo script, there is an error with the `torchlight` and the `IO` functions from: https://github.com/yysijie/st-gcn/blob/master/torchlight/torchlight/io.py I get this error: ```python lighttrack/graph/gcn_utils/io.py", line 18, in from torchlight...
Thanks for the nice skeleton repo @RobRomijnders :) When I run your code off-the-shelf after the tf_upgrades to TF 1.xx I hit the following error: ```python Traceback (most recent call...
Thanks for the nice package Might be something very simple problem, being new to `batchgenerators`, I cannot figure out why my training does not process beyond 2 epochs here (training...
I did the warmup pretraining for 9 epochs (instead of your 10 epochs) and that worked okay, and wanted to continue with the `train` part but hit that error then...
Hi, Do you happen to have the `kinetics` config available to share so that your results are easier to reproduce as your repo seemed to contain only the `NTU-RGBD` configs?...
Hi, Thanks for the interesting paper and code! Not sure if really an issue in the repo, but maybe others will face this when trying to integrate SWAG with their...
### Feature request Is there an easy way to train e.g. `ViTMAE` using hyperspectral images (more than 3 "color" channels), and could (or is there already) a best practice on...
Had not used LyZ/LyX for some time and ran into the the same problem [reported for Windows](https://github.com/wshanks/lyz/issues/14) when trying to work on an old document (with a lot of library...
### 1. System Info pypots: 0.8.1 ### 2. Information - [ ] The official example scripts - [X] My own created scripts ### 3. Reproduction Use `dataset_val` in addition to...
### 1. Feature description Nice work with this library! Was wondering what is the best way to use CDSI models, as in the imputation so that I get some 95%...