-
I thought it might be nice to add a logistic regression example at some point. I've tried to do this (see below code) but I'm having some issues with constant chains and the following warning:
"te…
-
On our homepage - we link to colabs which implement a simple SocketWorker demo - as the new version of PySyft has no SocketWorker - the demo fails to work.
https://colab.research.google.com/drive/1…
-
When I tried to run Action Recognition on the UCF101 Dataset Notebook [https://github.com/tensorflow/hub/blob/master/examples/colab/action_recognition_with_tf_hub.ipynb](url) in colab I got the result…
-
In the second example of Universal Sentence Encoder, the link directs to a sentiment classification instead of a "question" classification.
> https://tfhub.dev/google/universal-sentence-encoder/2
> …
-
Hello,
I'm new to cudf. I opened (then copied) the colab notebook from the rapids main site, https://rapids.ai/start.html and ran it with version 0.12 when the script prompted. The script ended with…
-
Sorry I open this issue, is not issue of this repository.
I very appreciate what the authors created this repository, help us to more understand how BERT works and implement on several tasks.
S…
-
I want to know a workaround for setting up mujoco-py (please find the instructions for installation mentioned in this link: https://github.com/openai/mujoco-py) on Colaboratory.
I am sharing my ipy…
-
Hello!
I am trying to use your code in Google Colabs.
It seems I can download it just fine:
`!pip install --upgrade git+https://github.com/noahgolmant/pytorch-hessian-eigenthings.git@master…
-
Is the ctlearn-project intended to be cross-platform? If yes, perhaps we could include enviroment.yml files for each OS and cpu/gpu configuration. If not then this is a non-issue.
I installed ctlea…
-
I have implemented a custom BiLinear kernel, on the same lines as gpytorch.kernels.LinearKernel(). Using this kernel, I fit a GP on the training data and then perform exact inference on the same train…