-
Hello,
Thanks for sharing your code!
I tried to launch your repo with the efficientdet model provided in additional requirements. All the described steps in README were completed but I got the follo…
-
Hi there,
I am looking to use Cartographer 3D with an IMU, odometry, and 1 LiDAR. I am using the "demo_backpack_3d.launch" as a reference. However, I notice that it has 2 different LiDARs. How do I…
-
# 🌟 New model addition
## Model description
https://ai.googleblog.com/2020/06/pegasus-state-of-art-model-for.html?m=1
https://arxiv.org/abs/1912.08777
Abstract
Recent work pre-training T…
-
# 🐛 Bug
I am getting an error while trying to serialize/save TF2.0 RobertaSequenceClassification Keras model to saved model format. I do not see this issue with Bert or Albert model architecture. Ple…
-
**Describe the bug**
Error when converting albert (https://tfhub.dev/tensorflow/lite-model/albert_lite_base/squadv1/1) model to ONNX.
**Urgency**
None
**System information**
- OS Platform and…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS Catalina Version 10.15.3
- TensorFlow installed from (source or binary): tensorflow-2.2.0-cp37-cp37m-macosx_10…
-
I have tried to train a model with the Multi Cased model tensorflow but there is an AssertionError when the Checkpoints are loaded. I was wondering if this code supports Multi-cased model.
dafs1 updated
4 years ago
-
How can I share the weights between two different dilations cnn layer in tensorflow2.0
In tensorflow1.x, I can just use the tf.variable_scope with the tf.AUTO_REUSE
-
-
model.save(r'.\albert\model_albert.h5')
File "D:\Python\lib\site-packages\keras\engine\network.py", line 1152, in save
save_model(self, filepath, overwrite, include_optimizer)
File "D:\…