Welcome to DeepSqueak Discussions! #118
Replies: 9 comments 4 replies
-
Hi, I am new to deepsqueak, but a former lab member has used it. However, she is no longer here, so I am mining to figure out how she generated her data. I was able to launch the program through matlab, but the neural network she used is not available in the dropdown. I would like to know how to get "Short Rat Call_Network_V2.mat." If you could direct me to the downloadable file I would so greatly appreciate it! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your response! We have all but given up as our
undergrad was the spearhead for this project and has since left the lab. I
will try this new version with the hopes that the network for "short rat
call_network_V2.mat" is there. I appreciate your help.
Sincerely,
Kate Root
***@***.***
University of Minnesota Duluth-Medical School
Biomedical Sciences
Dr. Jean Regal
…On Thu, Mar 10, 2022 at 3:41 PM DrCoffey ***@***.***> wrote:
Hey @ande4808 <https://github.com/ande4808> sorry for the very slow
reply. The old neural networks aren't compatible with the new version of
DeepSqueak. I would recommend just using the new version 3.0 networks, they
tend to work a bit better than the old ones. You can also download the
final stable release of DeepSqueak v2.6 here:
https://github.com/DrCoffey/DeepSqueak/releases/tag/V2.6.2
That has the old networks you are looking for.
—
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJJWOVMHG5BV6S2KYCA763U7JT7FANCNFSM5BFDKBTQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I was successful in opening the older version of DeepSqueak to utilize the
older neural networks. Now, I've run into a new problem! How do I open a
saved session in DeepSqueak? I have all the files for the saved sessions,
but I'm not sure how to actually open them again and view what was
previously saved. Can you give me some step by step instructions on how to
open those files?
Thank you for your time!
Kate Root
***@***.***
…On Thu, Mar 10, 2022 at 3:41 PM DrCoffey ***@***.***> wrote:
Hey @ande4808 <https://github.com/ande4808> sorry for the very slow
reply. The old neural networks aren't compatible with the new version of
DeepSqueak. I would recommend just using the new version 3.0 networks, they
tend to work a bit better than the old ones. You can also download the
final stable release of DeepSqueak v2.6 here:
https://github.com/DrCoffey/DeepSqueak/releases/tag/V2.6.2
That has the old networks you are looking for.
—
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJJWOVMHG5BV6S2KYCA763U7JT7FANCNFSM5BFDKBTQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello! Thanks for creating such a wonderful program. I have been using it for the past couple of weeks and just have a quick question about syntax analysis plots: Is it possible to change the order of the nodes so that the call categories line up across plots? Right now, the syntax analysis plot switches two of my call categories for male and female mice as I'm trying to compare across 4 groups. Any assistance would be much appreciated :) |
Beta Was this translation helpful? Give feedback.
-
Hey @yichiz123 I haven't used that feature in a while, but if you are comfortable with coding you can pause and debug in the SyntaxAnalysis_callback.m file. You might be able to sort the labels before plotting to keep them in the same order? Maybe add cats=sort(cats,'descend'); to line 68. Sorry I don't have time to play with it right now. |
Beta Was this translation helpful? Give feedback.
-
How do I open a saved session in DeepSqueak? I have all the files for the saved sessions, but I'm not sure how to actually open them again and view what was previously saved. Can you give me some step by step instructions on how to open those files? |
Beta Was this translation helpful? Give feedback.
-
Oh yes, thank you! I see now. I appreciate you replying to my message.
…On Tue, Jun 7, 2022 at 2:22 PM DrCoffey ***@***.***> wrote:
Just select the saved detection file in the dropdown menu and then hit
"load calls"
If they aren't in the default folder, first hit File-Select Detection
Folder and choose the correct folder.
—
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJJWOWGTYOYUO7U6VYWGPLVN6OMZANCNFSM5BFDKBTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@DrCoffey, Thank you so much! I just did sort(cats) and it worked :)
…On Tue, Jun 7, 2022 at 2:49 PM DrCoffey ***@***.***> wrote:
Hey @yichiz123 <https://github.com/yichiz123> I haven't used that feature
in a while, but if you are comfortable with coding you can pause and debug
in the SyntaxAnalysis_callback.m file. You might be able to sort the labels
before plotting to keep them in the same order?
Maybe add cats=sort(cats,'descend'); to line 68.
Sorry I don't have time to play with it right now.
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ5B3NYUJFEBRDWP7M3BQ63VN6KSVANCNFSM5BFDKBTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Yichi Zhang
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks! |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions