Skip to content
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

draw sphere fail #5

Open
carr123 opened this issue Apr 20, 2020 · 1 comment
Open

draw sphere fail #5

carr123 opened this issue Apr 20, 2020 · 1 comment

Comments

@carr123
Copy link

carr123 commented Apr 20, 2020

File "D:/project/pydemo/Angular-Penalty-Softmax-Losses-Pytorch/train_fMNIST.py", line 47, in main
plot(am_embeds, am_labels, fig_path='./figs/{}.png'.format(loss_type))
File "D:\project\pydemo\Angular-Penalty-Softmax-Losses-Pytorch\plotting.py", line 28, in plot
ax.set_aspect("equal")
File "D:\Program Files\Python37\lib\site-packages\matplotlib\axes_base.py", line 1264, in set_aspect
'It is not currently possible to manually set the aspect '
NotImplementedError: It is not currently possible to manually set the aspect on 3D axes

@Huong-nt
Copy link

Try to remove line 28 in plotting.py:
ax.set_aspect("equal")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants