mobilenetv3-tensorflow icon indicating copy to clipboard operation
mobilenetv3-tensorflow copied to clipboard

Unofficial implementation of MobileNetV3 architecture described in paper Searching for MobileNetV3.

Results 8 mobilenetv3-tensorflow issues
Sort by recently updated
recently updated
newest added

2022-03-27 16:28:09.999279: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at iterator_ops.cc:867 : Cancelled: Operation was cancelled Traceback (most recent call last): File "/home/hanwenxing/mobilenet_v3/train.py", line 113, in main(args) File "/home/hanwenxing/mobilenet_v3/train.py", line 81, in main...

Hello As part of the ModelCheckpoint callback I would like to save the mobilentv3 model (to hdf5) and later load the model. When doing so I'm getting a NotImplementedError. Is...

Could you please advise on this error? I tried to resolve it through "tf.compat.v1.", but unsure of this new output_shapes error ----> line 34, in build_dataset dataset["channels"] = ds_train.output_shapes["image"][-1].value AttributeError:...

hello,thanks for sharing your code. But when I run the code, I find that the model is overfitting. For example, in cifar10 dataset, the train acc can reach 98%+, but...

Can the program train its own models? I found that I couldn't finish it.

Dear @martinkersner , This is a question rather than an issue. I'd be grateful if you could give your thought. I'm using your code to test a small (but old)...

Hi, Thanks for sharing the code. May I know what's the accuracy rate for MNIST and Cifar10 dataset ?

Hi! Thanks for providing the code! I wonder did you pretrain it on ImageNet and could you please share it?