automl icon indicating copy to clipboard operation
automl copied to clipboard

Google Brain AutoML

Results 132 automl issues
Sort by recently updated
recently updated
newest added

I would like to train one of the efficientnetv2-bn networks on a custom dataset, and I noticed the following in effnetv2_configs.py line 202: > # For fair comparison to EfficientNetV1,...

I'm training `EfficientDet3` on a custom dataset with COCO annotations having `585 categories` and 125 images (as a test, although there are more images), as follows: ``` rm -rf tfrecord...

commit: c7392f2bab3165244d1c565b66409fa11fa82367 line: automl/lion/lion_pytorch.py:81 When calling `Lion.step()`, I get this error message: > TypeError: add_() received an invalid combination of arguments - got unrecognized keyword arguments: inplace I think `p.add_()`...

When I use my custom dataset to train model from scratch, it output the error: > WARNING:tensorflow:`tf.keras.callbacks.experimental.BackupAndRestore` endpoint is deprecated and will be removed in a future release. Please use...

It says "Additional, Lion still requires momentum tracking in bfloat16, which can be expensive for training giant models. One potential solution is to factorize the momentum to save memory.", how...

Thank your for your paper and work, but I meet some wired problem in training. Can you help me? ![image](https://github.com/google/automl/assets/19380638/1ed88f72-0f24-49ef-a6f1-748cf6f7645a) It's my training process curve. Notice Lion will increase loss...

`f-strings` added instead of `.format` method of torch version.

As described in issue posted on coreML forum: https://developer.apple.com/forums/thread/730922 I successfully finetuned efficientdet-lite0 model, run it correctly on python, converted using coremltools (tensorflow==2.12.0 and coremltools==6.3.0) to mlmodel format and loaded...

I can't find the code of the BIFPN, who know where it is?