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
Describe the bug
Hello, I'm training with the following setup:
!python train.py --outdir={EXPERIMENTS} --cfg=stylegan3-r --data={DATA}
--gpus=1 --batch=8 --gamma=6.6 --mirror=1 --kimg=5000 --snap={SNAP} --workers=1
I loaded tensorboard withe "experiments" folder. But tensorboard showed:
"No dashboards are active for the current data set.
Probable causes:
You haven’t written any data to your event files.
TensorBoard can’t find your event files."
This process works perfect the stylegan2. So I wonder which parametric I set wrongly?
Thanks!
Screenshots
Desktop (please complete the following information):
colab T4
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello, I'm training with the following setup:
!python train.py --outdir={EXPERIMENTS} --cfg=stylegan3-r --data={DATA}
--gpus=1 --batch=8 --gamma=6.6 --mirror=1 --kimg=5000 --snap={SNAP} --workers=1
I loaded tensorboard withe "experiments" folder. But tensorboard showed:
"No dashboards are active for the current data set.
Probable causes:
You haven’t written any data to your event files.
TensorBoard can’t find your event files."
This process works perfect the stylegan2. So I wonder which parametric I set wrongly?
Thanks!
Screenshots
![2d106b3b96f565999343f9408217cb7](https://private-user-images.githubusercontent.com/98386733/397212117-f4f837a4-4936-4bbe-9327-8a1af699a0e4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MjM5OTMsIm5iZiI6MTczODkyMzY5MywicGF0aCI6Ii85ODM4NjczMy8zOTcyMTIxMTctZjRmODM3YTQtNDkzNi00YmJlLTkzMjctOGExYWY2OTlhMGU0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEwMjEzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmMGE1NzRmYjhhZDA5ODczNTg4MDEzZTY1ZTc0NWNmMmExMDgzMmU4YTZhMjAwY2I1ZTBjMWUwMzkwMmYxZjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pYgl4-wvKj7pVu5WF9SQU4tDz89g2iaq8Kxh4aY6oxE)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: