apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
Other
3.66k stars 308 forks source link

getting this error when using transfer learning. #219

Closed vivek-ram closed 3 years ago

vivek-ram commented 3 years ago
Screenshot 2021-03-29 at 12 11 00 am
calvalugo commented 3 years ago

The training models exceed the memory capacity of your Mac, you'll need to manage the complexity to prevent this from happening.

vivek-ram commented 3 years ago

thanks I solved it.