cinjon
cinjon
They are in capsule.py.
What was the config you used for CIFAR? I am asking even though it's written in the paper because it seems like the MNIST config in the repo is different...
Heads up that validate doesn't do anything in `train_recognizer.py` if it's not distributed training. The keyword arg isn't used in the function and trying to use it in the config...
Hi there, I am trying to use the https://github.com/wzmsltw/BSN-boundary-sensitive-network.pytorch repo, which points me to the ancestor of this repo (https://github.com/yjxiong/temporal-segment-networks) to get the TSN features for my dataset. > To...
Instructions for running the test reference model are: ``` 1. wget -c https://open-mmlab.s3.ap-northeast-2.amazonaws.com/mmaction/models/ucf101/tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth -P ./modelzoo/ 2. python tools/test_recognizer.py configs/ucf101/tsn_rgb_bninception.py tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth --gpus 8 ``` Did you mean for it to be:...
Have you successfully used this library to train Miniimagenet with Prototypical Nets? The highest test accuracy that I have gotten was .52, and that was changing the transforms to additionally...
Hi, could you please post a config file for the DiverseMultiMNist?
What's the suggested way to do OAuth with this library? Is it through the JS gapi library on the client side or through the Python library on the server side?...
Hi, I am trying to use prettier with spacemacs and .js files that have jsx blocks in them. Notably, if I change the extension to .jsx, then it is applying...
**Describe the bug** Switching to the local network doesn't seem to work correctly. There appear to be multiple suggested ways in the docs. I see `switchNetwork("local")`, `switchNetwork("localhost")`, `switchNetwork("Localhost8545")`. What's the...