-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
README suggestion #840
Comments
How did you fix it? What is that you'd like to add to the |
Ciao Alfredo,
For google colab to work the folder has to be renamed from hyphen to
underscore.
By importing the resources folder like this it all works smoothly.
Eskarrikasko.
Idoia L.
# Set default plots
from pytorch_Deep_Learning.res.plot_lib import set_default
from matplotlib import pyplot as plt
set_default()
…On Fri, Mar 3, 2023 at 5:38 PM Alfredo Canziani ***@***.***> wrote:
How did you *fix* it? What is that you'd like to add to the README.md?
—
Reply to this email directly, view it on GitHub
<#840 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPRIELNUSRY4CGQQLHJJSTW2JXFNANCNFSM6AAAAAAUPQAFAM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Currently, it's only |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the notebooks in google colab environment.
when using and importing the rep local libraries (resources for example) it bombs since the folder contains hyphens and it needs to be changed for it to work.
Reference:
res.plot_lib error #674
I had the same issue that I have fixed on my end and now it works.
can I please make a suggestion for the README file and send it? can you open and assign to me.
thanks.
The text was updated successfully, but these errors were encountered: