You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bnubald I've marked the comment above and reported it as a phishing attempt.
The -w flag was for multiprocessing that wasn't needed / enabled for tf.data usage as I recall (it is applied to the model.fit call), so yes, removing that would work. Interesting that the template is still using icenet_train too, unless that's substituted? Apologies, this has gotten a bit stale in my brain now
IceNet version: v0.3.0_dev
Pipeline version: 0.3.0_dev
Getting an error when attempting training, the workers flag,
-w
seems to have been removed in icenet v0.3.0_dev which is causing this.Pipeline script run:
Resulting in this error in the ensemble run:
@JimCircadian, looking through icenet v0.3.0_dev, removing
-w
seems intended, remove-w {{ run.ntasks }}
in template here to fix?https://github.com/icenet-ai/icenet-pipeline/blob/4f98699d819245fe1ed5d40d9c30b64d1efebfa5/ensemble/template/icenet_train.sh.j2#L40C171-L40C190
The text was updated successfully, but these errors were encountered: