-
Great work!!!!
I was wondering if its possible to replicate/extend the same work for Elmo embeddings
With tensorflow_hub, calling Elmo is not more complicated than:
```
def build_elmo():
…
-
Can you please provide the link to the Universal Sentence Encoder model that was used to calculate results for STS tasks? How to fine-tune USE model?
-
Some has already done gaze tracking using the tfjs models
https://webgazer.cs.brown.edu/
Another is a new mediapipe model iris tracking
https://ai.googleblog.com/2020/08/mediapipe-iris-real-time-…
-
I am wondering if we can use NiftyNet pre-trained model in a way like TensorflowHub,
such as the example from TensorflowHub :
```
with tf.Graph().as_default():
module_url = "https://tfhub.dev/g…
-
Click to expand!
### Issue Type
Bug
### Source
source
### Tensorflow Version
2.7.4
### Custom Code
Yes
### OS Platform and Distribution
Kaggle kernel
### Mobile device
_No response_
##…
-
Hello!
My research team and I are having lots of difficulties figuring it out why we're having trouble with the confusion matrix. I run the code and the tiles that were generated were mostly correct …
-
Since I cannot currently look into this issue deeper, I put this here as a note:
Currently, the following steps produce an **unusable** distribution:
1. Build distro: `/.gradlew getExternalFiles…
-
## 一言でいうと
画像を生成する際に、直接生成するのでなくレンダリングのプロセスを介することでより汎用性を挙げようという試み。画像=>描画コマンド列=>コマンドに従い描画=>画像を復元、という流れ。コマンドは描線の開始/終了点や線の引き方などで強化学習(エージェントはRNN)、生成全体はGANの仕組みで学習する
![image](https://user-images.githubu…
-
I don't use the p5.js online editor because of some network access restrictions.
Instead, I opened index.html directly on my Macbook and called the sketch.js file.
A month or two ago, before ML5 was…
-
Hello! When I try to use my custom object detection model, the app crashes and I obtain this error. Would really appreciate it if you could help. Thank you so much!
![Screenshot 2021-05-28 at 4 21 0…