Post

Replies

Boosts

Views

Activity

Comment on Image data augmentation Keras M1 Mac
How long would it take to make it work. Is there a new update on tensorflow metal?
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on No registered 'RngReadAndSkip', tensor flow-metal 0.3.0
Could you please provide an estimation for next update
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Image data augmentation Keras M1 Mac
Not true CPU should be added as: `inputs = keras.Input(shape=(180, 180, 3)) with tf.device('/CPU:0'): x = data_augmentation(inputs) x = layers.Rescaling(1./255)(x) x = layers.Conv2D(filters=32, kernel_size=5, use_bias=False)(x) `
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22