-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using songbird standalone #134
Comments
hmm. We'll need more information in order to debug. How did you run the tensorboard command? Did you run everything in the same folder? Do you have any files generated in your results folder? |
Thanks for the response! Here are responses.
Did you run everything in the same folder?
Do you have any files generated in your results folder?
I am not sure but I think it may have a relationship with the tensorflow version? when i install and use 1.10. Everything goes fine; the only issue is that I cannot see the HPARAMS tab, which was not available in that version. |
Got it. Have you tried Tensorboard version 1.15.2?
…On Wed, Aug 5, 2020, 3:34 PM coralzhang ***@***.***> wrote:
Thanks for the response! Here are responses.
How did you run the tensorboard command?
Yes and this is what I did tensorboard --logdir .
Did you run everything in the same folder?
Yes. I am staing in the same folder.
Do you have any files generated in your results folder?
Yes and saved here
https://www.dropbox.com/sh/3sxl94dh9xhirt5/AADLzmVwihtaAvb9IYyjezV4a?dl=0
I am not sure but I think it may have a relationship with the tensorflow
version? when i install and use 1.10. Everything goes fine; the only issue
is that I cannot see the HPARAMS tab, which was not available in that
version.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75VXOTVMJNFXXBHJ2G36DR7HF7FANCNFSM4PV4TZ3Q>
.
|
That is part of my question.. How do I upgrade tensorboard itself properly? I have never used conda and tensor flow before. As you see, the way I installed tensorborad, I guess, is through installing of tensorflow version=xx, and I tried to simply uninstall tensorboard and upgrade, but end up with messing up stuff with tb-nightly as well. So, I then decided to use a higher version of tensorflow, say 1.15. Then got here. |
Try conda install tensorboard=1.15.2
There were no breaking changes between versions, so you should be able to
reproduce the results
…On Wed, Aug 5, 2020, 3:48 PM coralzhang ***@***.***> wrote:
That is part of my question.. How do I upgrade tensorborad itself
properly? I have never used conda and tensor flow before. As you see, the
way I installed tensorborad, I guess, is through installing of tensorflow
version=xx, and I tried to simply uninstall tensorboard and upgrade, but
end up with messing up stuff with tb-nightly as well. So, I end up trying
to use a higher version of tensorflow, say 1.15.
In addition, since the key results are the differentials.tsv, if I run a
multinomial regression somewhere else, will I be able to reproduce the
results, at least largely?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75VXNU4FZLUPYM2D4Y7R3R7HHUPANCNFSM4PV4TZ3Q>
.
|
Hi,
I am using a Mac Catelina
This is what I did when installing
I keep getting the following warnings when I run model as simple as this
Below are warnings
In addition, when I try to load tensorboard, I keep getting these warnings (which goes longer than this but similar)
tensorboard --logdir .
I cannot load the HPARAMS page, which is just empty... Here are the warnings when I try to load hparams
This is what I see
The text was updated successfully, but these errors were encountered: