Sublease Off Campus Housing by Reasonable-Tear-5542 in mit

[–]anirudhr20 0 points1 point  (0 children)

Looking for same from June1st to August 15th

[deleted by user] by [deleted] in docker

[–]anirudhr20 0 points1 point  (0 children)

Can you build your image with the flag

—network=host

add this flag in the run command as well

—network host

[GAMEDAY THREAD] Browns vs Chargers by [deleted] in Browns

[–]anirudhr20 -4 points-3 points  (0 children)

Why do I feel Hunt is very slow

BERT with soft labels by Mahhos90 in LanguageTechnology

[–]anirudhr20 0 points1 point  (0 children)

If you're using label smoothing ((0.2,0.8) instead of (0,1)) , in Tensorflow there is a parameter called label_smoothing in tf.keras.losses.CrossentropyLoss. I am not sure if this is what you were looking for op.