Post

Replies

Boosts

Views

Activity

Comment on AttributeError: module 'tensorflow.compat.v1.profiler' has no attribute 'experimental'
Here's what was generated. Any idea why the tensor board profile tab empty? % ls -lR train/plugins/profile/2021_08_29_11_07_46  total 232 -rw-r--r--  1 davidlaxer  staff   4867 Aug 29 11:07 BlueDiamond.local.input_pipeline.pb -rw-r--r--  1 davidlaxer  staff      0 Aug 29 11:07 BlueDiamond.local.kernel_stats.pb -rw-r--r--  1 davidlaxer  staff   1501 Aug 29 11:07 BlueDiamond.local.memory_profile.json.gz -rw-r--r--  1 davidlaxer  staff   5938 Aug 29 11:07 BlueDiamond.local.overview_page.pb -rw-r--r--  1 davidlaxer  staff   4013 Aug 29 11:07 BlueDiamond.local.tensorflow_stats.pb -rw-r--r--  1 davidlaxer  staff  14817 Aug 29 11:07 BlueDiamond.local.trace.json.gz -rw-r--r--  1 davidlaxer  staff  74605 Aug 29 11:07 BlueDiamond.local.xplane.pb (base) davidlaxer@x86_64-apple-darwin13 20210829-102538 %
Aug ’21
Comment on Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY
I installed MacOS 12.0 Beta and attempted to train the model with tensorflow_macos and tensorflow_metal 2.6. Training the model consumed ~110GB DRAM before I killed the kernel (the iMac has 128GB). I tried reducing the number of input rows in the training set to: 18806 rows × 5 columns, but it still runs out of memory. Also, I can't tell from the Activity monitor whether the GPU is running.
Oct ’21