Anil Kumar Shrestha
Results
2
comments of
Anil Kumar Shrestha
Following this method worked in my case: ``` sudo fallocate -l 8G /mnt/8GB.swap sudo chmod 600 /mnt/8GB.swap sudo mkswap /mnt/8GB.swap sudo swapon /mnt/8GB.swap sudo vim /etc/fstab // add the following...
Removing `workers=configs.train_workers` worked for me since tf (2.18) model.fit() does not support worker param. Ref: https://www.tensorflow.org/api_docs/python/tf/keras/Model#fit