-
```
/usr/local/lib/python3.10/dist-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_nod…
-
Hi there,
I tried to test the possibility of Neumann Boundary condition when the material is visco-elastic. The test I set up is a simple shear problem with eta=1, miu=1in a 1x1 box. Left and right B…
-
As the title says the multilingual model is available in https://tfhub.dev/google/bert_multi_cased_L-12_H-768_A-12/1 but there's no TF2 version.
Everything else seems to have been converted so this …
-
Dear @lululxvi
I have specified all essential derivatives as below. However, upon compiling model, an error occurred.
PDE is defined as
```python
def pde2(X,U):
x,z,t=X[:, 0:1],X[:, 1:2],X[:…
-
Hi,
and thank you for sharing you repo.
I would like to try fitting the omnire model on nuScenes, and I was going over the [data preprocessing steps](https://github.com/ziyc/drivestudio/blob/main/do…
-
Currently, FiftyOne only contains CenterNet 512x512 with the Hourglass104 backbone from the TF2 model zoo: https://github.com/tensorflow/models/blob/archive/research/object_detection/g3doc/tf2_detecti…
-
Any plans on adding support for these devices since all three are supported by LineageOS and now CalyxOS has also added support for these devices.
https://calyxos.org/news/2023/11/20/motorola-g32-g42…
-
Using base prefix '/usr/local'
New python executable in /home/circleci/project/venv/bin/python
Installing setuptools, pip, wheel...
done.
Looking in indexes: https://pypi.org/simple, h…
-
Related to #548 in that I'm stopping trying to make the simulation work for now, and I'm going to describe the issue that I was trying to get to without a direct reprex.
While estimating a model, I…
-
As the tutorial suggested, I started training the soft_teacher_faster_rcnn_r50_caffe_fpn_coco_180k.py model with the default settings on coco dataset.
The script that I used for training:
for FOLD…