Python Forum
please help making a loop faster
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
please help making a loop faster
#7
Why would you use this function under these circumstances?
That makes by no means any sense.
Do you understand the docstring?
Quote: """
Inputs:
- x: A numpy array of images of shape (N, H, W)
- w: A numpy array of weights of shape (M, H, W)
- b: A numpy vector of biases of size M

Outputs:
- cout: a numpy array of shape (N, M)
"""
Reply


Messages In This Thread
RE: please help making a loop faster - by paul18fr - Nov-04-2019, 11:23 AM
RE: please help making a loop faster - by ThomasL - Nov-04-2019, 02:33 PM
RE: please help making a loop faster - by mrnapoli - Nov-04-2019, 02:57 PM
RE: please help making a loop faster - by ThomasL - Nov-04-2019, 03:05 PM
RE: please help making a loop faster - by mrnapoli - Nov-04-2019, 03:29 PM
RE: please help making a loop faster - by ThomasL - Nov-04-2019, 06:34 PM
RE: please help making a loop faster - by mrnapoli - Nov-04-2019, 06:35 PM
RE: please help making a loop faster - by ThomasL - Nov-04-2019, 06:58 PM
RE: please help making a loop faster - by mrnapoli - Nov-04-2019, 07:00 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020