Daniel Connelly

Results 19 comments of Daniel Connelly

This is a GREAT feature, but does not work for me on Google Chrome so far (see #40).

I think perhaps some of these repos ``` a) no longer exist b) are private ``` The `Repository not found` message is common: ``` remote: Repository not found. fatal: Authentication...

Here are the list as promised. Some have been taken down due to copyright issues. [non_existant_repos.txt](https://github.com/IntelLabs/control-flag/files/7534196/non_existant_repos.txt) I ran into another issue where my system is suddenly saying everything is read-only...

Size of all repos is currently `315 GB (338,676,620,367 bytes)` on Windows.

I was able to get this to work using the following for `2.0.7` (in Gradle): ``` testCompile 'junit:junit:4.12', 'org.powermock:powermock-core:2.0.7', 'org.powermock:powermock-module-junit4:2.0.7' 'org.powermock:powermock-api-mockito2:2.0.7' ``` Perhaps you were missing the `'org.powermock:powermock-core:2.0.x '`?

@kurianbenoy I used this (includes tensorboard): ``` !pip install cloud-tpu-client==0.10 torch==1.11.0 https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.11-cp37-cp37m-linux_x86_64.whl tensorboard-plugin-profile ```

@yeounoh Works like a charm 🍀: ``` Collecting torch-xla==1.11 Downloading https://storage.googleapis.com/tpu-pytorch/wheels/colab/torch_xla-1.11-cp37-cp37m-linux_x86_64.whl (152.9 MB) Successfully installed cloud-tpu-client-0.10 google-api-python-client-1.8.0 torch-1.11.0 torch-xla-1.11 ... WARNING:root:Waiting for TPU to be start up with version pytorch-1.11......

``` I am sorry for not being clear enough. But, torch/xla works great on colab for me too. I am having issues running it on kaggle. ``` @KrishPro I believe...